/* Metropolitan Destination Site */
div.pano {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-left:14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
}
.panoCell {
	color: #414136;
	margin-left: 15px;
	background-color: #F3F4DD;
	font-size: 11px;
	width: 420px;
	vertical-align: top;
	padding-right: 15px;
	padding-left: 15px;
}
.captions {
	font-size: 11px;
	color: #333;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
	padding-top: 15px;
	margin-left:52px;
}
.captions p {
	margin: 0px;
}


div.panoNav {
	text-align: center;
	font-size:11px;
	color:#fff;
	background-image: url(../images/tab.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 3px;
	height: 40px;

}
div.panoNav img{
	padding-top:5px;
		vertical-align:middle;
}
div.panoSpecs {
	text-align: center;
	vertical-align: top;
	padding-bottom: 5px;
	font-size:11px;
	color:#fff;
	margin-top: -10px;
}
.panoLinks {
	color: #fff;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;

}
A.panoLinks:hover {
 text-decoration: underline;
}
div.stillNav {
	text-align: center;
	font-size:11px;
	color:#fff;
	background-image: url(../still.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 3px;
	height: 40px;
}
