/******************************************************************
			 SLIDER STYLE 2 / INLINE CONTENT SUPPORT
******************************************************************/
.slider{ 
	width: 937px; 
	height: 361px; 
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 10px;
	left: 1px;
}
.slider .wrapper{ 
	width: 937px; 
	overflow: hidden; 
	height: 361px; 
	margin: 0; 
	position: absolute; 
	top: 0; 
	left: 0; 
}
/* Width below is max for Opera */
.slider .wrapper ul{ 
	width: 32700px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
}

.slider ul li { display: block; float: left; padding: 0; height: 363px; width: 939px; margin: 0; }
.slider .arrow{ display: none;}
#thumbNav{ 
	position:absolute;
	left: 770px;
	z-index: 99;
	top: 320px;
	width: 199px;
	height: 34px;
	display: block;
}
#thumbNav a{ 
	display:block;
	width: 18px;
	height: 15px;
	background: url(../../images/light/slider/bullets.png) no-repeat 0 -15px;
	text-indent:-9999px;
	border:0;
	margin-right: 0;
	float: left;
	cursor: pointer;
	position: relative;
	left: 48px;
	top: 6px;
	padding-right: 4px;
	cursor: pointer;
}

#thumbNav a:hover{ background-position: 0 0px; }
#thumbNav a.cur{ background-position: 0 0; }
#start-stop { 
	background: green; 
	background-image: url(../images/cellshade.png); 
	background-repeat: repeat-x; 
	color: white; 
	padding: 2px 5px; 
	width: 40px; 
	text-align: center; 
	position: absolute; 
	right: 45px; 
	top: 341px;
	display: none;
}
#start-stop.playing{ background-color: red; }
#start-stop:hover{ background-image: none; }

/*
  Prevents
*/
.slider .wrapper ul ul{ 
	position: static; 
	margin: 0; 
	background: none; 
	overflow: visible; 
	width: auto; 
	border: 0; 
}
.slider .wrapper ul ul li{ 
	float: none; 
	height: auto; 
	width: auto; 
	background: none; 
}
/******************************************************************
				 			CAPTIONS
******************************************************************/
.caption-left h3, .caption-right h3, .caption-bottom h3{
	color: #f9fbfb;
	line-height: 0;
	margin-bottom: -10px;
}
.caption-left p, .caption-right p, .caption-bottom p{
	font-family: 'CrimsonRoman';
 	font-size: 26px;
 	color: #fff;
 	line-height: 34px;
 	margin: 0px;
}

.caption-left h3{
	font-family: 'CrimsonRoman';
 	font-size: 170px;
 	color: #fff;
 	line-height: 80px;
 	margin-top: 50px;
 	margin-bottom: -55px;
}

.caption-left h2{
	font-family: 'GillSansMTStdBook';
 	font-size: 22px;
 	color: #7DAAAA;
 	margin-top: 8px;
}

.caption-left h4{
	font-family: 'CrimsonRoman';
 	font-size: 16px;
 	line-height: 16px;
 	color: #E1E2B5;
 	margin-top: 14px;
 	margin-bottom: 0px;
 	text-transform: uppercase;
}

.caption-left h4 a{
 	color: #E1E2B5;
}

.caption-left{
	background: transparent url(../../images/light/caption.png) repeat;
	width: 380px !important;
	height: 361px;
	position: relative;
	top: -393px;
	left: 0;
	padding: 15px 30px 1px 30px;
}

.caption-right{
	width: 375px;
	background: transparent url(../../images/light/caption.png) repeat;
	position: relative;
	left: 537px;
	padding: 15px 12px 1px 15px;
	top: -142px;
}

.caption-bottom{
	width: 904px;
	position: relative;
	background: transparent url(../../images/light/caption.png) repeat;
	top: -145px;
	padding: 15px 5px 0 30px;
	height: 100px;
}

.caption-bottom h2{
	font-family: 'GillSansMTStdBook';
 	font-size: 22px;
 	color: #7DAAAA;
 	margin-top: 5px;
}