/******************************************************************
				 SLIDER INDEX 2 INLINE CONTENT SUPPORT
******************************************************************/
.featured{
	width: 960px;
	height: 414px;
}
.slider{ 
	width: 942px; 
	height: 360px; 
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 12px;
}
.slider .wrapper{ 
	width: 942px; 
	overflow: hidden; 
	height: 360px; 
	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: 360px; width: 942px; margin: 0; }
.slider .arrow{ display: none;}
#thumbNav{ 
	background: transparent url(../images/template/featured-nav.png) no-repeat;
	position:absolute;
	left: 372px;
	z-index: 99;
	top: 330px;
	width: 250px;
	height: 34px;
	display: block;
	overflow: hidden;
}
#thumbNav a{ 
	display:block;
	width: 18px;
	height: 18px;
	background: url(../images/template/slider/bullets.png) no-repeat 0 -18px;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float: left;
	cursor: pointer;
	position: relative;
	left: 48px;
	top: 9px;
}

#thumbNav a:hover{ background-position: 0 -18px; }
#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; 
}

/******************************************************************
				 		SLIDE DESCRIPTION LEFT
******************************************************************/
.slide-description-left{
	width: 400px !important;
	position: relative;
	top: -18em;
	left: 24px;
}
.slide-description-left h2{
	font-size: 40px;
	font-weight: bold;
	color: #fcfcfc;
}

.slide-description-left h3{
	font-size: 20px;
	font-weight: bold;
	color: #fcfcfc;
}

.slide-description-left h4{
	font-size: 16px;
	font-weight: bold;
	color: #fcfcfc;
}
.slide-description-left p{color: #fffeff;}

/******************************************************************
				 		SLIDE DESCRIPTION LEFT 2
******************************************************************/
.slide-description-left2{
	width: 400px !important;
	position: relative;
	top: -18em;
	left: 24px;
}
.slide-description-left2 h2{
	font-size: 40px;
	font-weight: bold;
	color: #FFFF00;
}

.slide-description-left2 h3{
	font-size: 20px;
	font-weight: bold;
	color: #FFFF00;
}

.slide-description-left2 h4{
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}
.slide-description-left2 p{
	color: #FFFF00;
}

.black2 p{
	font-size: 13px;
	color: #FFFF00;
}
/******************************************************************
				 		SLIDE DESCRIPTION RIGHT
******************************************************************/
.slide-description-right{
	width: 375px;
	position: relative;
	top: -18em;
	left: 41em;
}

.slide-description-right a{ font-weight: bold;}
.slide-description-right h2{
	font-size: 40px;
	font-weight: bold;
	color: #fcfcfc;
}

.slide-description-right h3{
	font-size: 20px;
	font-weight: bold;
	color: #fcfcfc;
}

.slide-description-right h4{
	font-size: 16px;
	font-weight: bold;
	color: #fcfcfc;
}
.slide-description-right p{color: #fffeff;
	text-shadow:#000000 1px 1px 1px;
}
.black h2, .black h3, .black h4{
	color: #FFFFFF !important;
}
.black p{ font-size: 13px; color: #434343;}