@charset "utf-8";
/* CSS Document */
#wrapper #content #showRoom {
	height: 415px;
	width: 815px;
	max-height: 415px;
	max-width: 815px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #CCC;
	overflow: hidden;
}
#wrapper #content #showRoom #showTime {
	height: 415px;
	width: 815px;
	max-height: 415px;
	max-width: 815px;
	overflow: hidden;
}
#showTime #showSubText {
	height: 80px;
	width: 290px;
	margin-top: 325px;
	z-index: 0;
	margin-left: 515px;
	overflow: hidden;
	background-image: url(topLabelBG3.png);
	padding-top: 10px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	display: none;
}

#showTime ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#showTime ul li {
	overflow: hidden;
}
#showTime li {
	overflow: hidden;
	height: 415px;
	width: 815px;
}

#showTime ul li .spotLightTitle {
	height: 45px;
	width: 250px;
	z-index: 0;
	padding: 5px;
	overflow: hidden;
}
#showTime ul li .spotLightSubText {
	height: 90px;
	width: 290px;
	margin-top: 260px;
	z-index: 0;
	margin-left: 515px;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}


#wrapper #content #quickSpots {
	height: 217px;
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	padding-top: 5px;
}
#quickSpots ul {
	margin: 0px;
	padding: 0px;
}
#quickSpots ul li {
	overflow: hidden;
}
#quickSpots .quickSpots {
	height: 217px;
	width: 269px;
	float: left;
	overflow: hidden;
	margin-top:3px;
}
#quickSpots .quickSpots .topLabel {
	height: 20px;
	width: 150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	background-image: url(topLabelBG.png);
	padding-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
#quickSpots .quickSpots .bottomLabel {
	width: 180px;
	height: 32px;
	margin-top: 180px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #55cadf;
	position: absolute;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(topLabelBG.png);
	margin-left: 79px;
}
#quickSpots .quickSpots .bottomLabel .quickSpotLinkAlternateColor {
	color: #999;
	font-size: 10px;
}
/* numeric controls */	
	#showRoom #controls{
	position: absolute;
	margin-top: -28px;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 0px;
		}
	#showRoom ol #controls{
	margin:1px 0 1em;
	padding:0;
	height:28px;
	position: absolute;
	z-index: 2;
	list-style-type: none;
		}
	#showRoom ol li{
	margin:0 0px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
	position: relative;
	list-style-type: none;
		}
	#showRoom ol li a{
	float:left;
	height:28px;
	line-height:28px;
	color:#999;
	padding:0 10px;
	text-decoration:none;
	background-image: url(topLabelBG2.png);
		}
	#showRoom ol li.current a{
	color:#fff;
	font-weight: bold;
	background-image: url(topLabelBG3.png);
		}
	#showRoom ol li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
