/******************************************************************
			 SLIDER STYLE 2 / INLINE CONTENT SUPPORT
******************************************************************/
.slider{ 
	width: 1004px; 
	height: 401px; 
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 1px;
	left: 0px;
	z-index:0px;
}
.slider .wrapper{ 
	width: 1004px; 
	overflow: hidden; 
	height: 401px; 
	margin: 0; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index:2;
}
/* Width below is max for Opera */
.slider .wrapper ul{ 
	width: 32700px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
	z-index:0;
}

.slider ul li { display: block; float: left; padding: 0; height: 401px; width: 1004px; margin: 0; }
.slider .arrow{ display: none;}
#thumbNav{ 
	position:absolute;
	left: 330px;
	z-index: 99;
	top: 408px;
	width: 240px;
	height: 34px;
	_height:20px;
	display: block;
}
#thumbNav a{ 
	display:block;
	width: 18px;
	height: 15px;
	background: url(../images/bullets.jpg) 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 0px; }
#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; 
	z-index: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{
	color: #f1f3f3;
	font: 15px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.caption-left{
	background: transparent url(../../images/light/caption.png) repeat;
	width: 424px !important;
	position: relative;
	top: -142px;
	left: 0;
	padding: 15px 12px 1px 15px;
}

.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: 919px;
	position: relative;
	background: transparent url(../../images/light/caption.png) repeat;
	top: -69px;
	padding: 15px 5px 0 15px;
	height: 52px;
}