/********************
 * FEATURE CAROUSEL *
 ********************/
#de-carousel {position:relative;} 
 
.btn_carousel {position:absolute; top:130px; height:65px; width:33px; background:url(/www/img/carousel-leftRight.png) no-repeat; outline:none; text-indent:-5000px;} 
.leftButton {left:3px;}
.rightButton {right:3px; background-position:-33px 0;}
.leftButton:hover {background-position:0 -65px;}
.rightButton:hover {background-position:-33px -65px;}
 
#featureCarousel {
    height: 290px;
    width:964px;
    position:relative;
	padding:8px 0 0;
	left:8px;
	text-align:left;
}
#featureCarousel img {
    border:0;
}
#featureCarousel .feature {
    position:absolute;
    top:-1000px;
    left:-1000px;
	box-shadow: 0px 0px 8px #000000;
	-webkit-box-shadow: 0px 0px 8px #000000;
	-moz-box-shadow: 0px 0px 8px #000000;
}

#featureCarousel .feature div {
    position:absolute;
	right:20px;
	top:0;
	width:320px;
	background:#272727;
	display:none;
	height:249px;
	
}

#featureCarousel .feature .carousel-logos {height: 40px; right: -14px;text-align: right;top: 204px;background:#272727;}
#featureCarousel .feature .behind .carousel-logos {height: 21px; width:120px; overflow:hidden; }
.carousel-logos img { height:40px; }


#featureCarousel .feature h1, #featureCarousel .feature h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0;
	margin:0;
}
#featureCarousel .feature h1 {
	font-size:24px;
	padding:0 0 12px;
	border-bottom:1px dotted #dcdcdc;
	margin:0 0 12px;
	line-height:26px;
	margin-top:20px;

}

#featureCarousel .feature h2 {
	font-size:16px;
	font-weight:normal;
	padding-bottom:12px;
}

#featureCarousel .feature ul, #featureCarousel .feature ul li {list-style-type:none; padding:0; margin:0;}
#featureCarousel .feature ul li {color:#ffa81f; font-size:12px; padding:0 0 6px 11px; background:url(/www/img/bullet-aro.png) 0 3px no-repeat;}
#featureCarousel .feature ul li a {color:#ffa81f; font-size:12px; text-decoration:none;}
#featureCarousel .feature ul li a:hover {text-decoration:underline; color:#fff;}



#featureCarousel .feature > div p {
    margin:0;
    padding:5px;
    font-weight:bold;
    font-size:12px;
    color:white;
}
/*NOTE - we're hiding the paging/blips for now*/
#featureCarousel .blipsContainer li {
display:none;
}
#featureCarousel .blipsContainer {
    position:absolute;
    color:white;
    right:25px;
    top:210px;
    padding:0;
    margin:0;
}
#featureCarousel .blipsContainer .blip {
    margin:3px;
    height:14px;
    width:14px;
    color:white;
    text-align:center;
    font-size:10px;
    border:1px dotted black;
}
#featureCarousel .blipsContainer .blipSelected {
    color:white;
    font-weight:bold;
    background-color:black;
}


/*back slide styles*/
#featureCarousel .feature div.behind  {
font-size:0.2em;
position:absolute;
right:18px;
top:0;
width:164px;
height:120px;
background:#272727;
filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;


}

#featureCarousel .feature div.behind .carousel-logos {right: -15px;
    top: 102px;}
#featureCarousel .feature div.behind .carousel-logos img {height:20px;}

#featureCarousel .feature .behind h1 {
border-bottom:1px dotted #DCDCDC;
font-size:11px;
line-height:14px;
margin:0 0 4px;
padding:18px 0 4px;
}

#featureCarousel .feature .behind h2 {
font-size:8px;
font-weight:normal;
padding-bottom:5px;
}

#featureCarousel .feature .behind ul li a {
color:#FFA81F;
font-size:6px;
text-decoration:none;
text-transform:uppercase;
}

#featureCarousel .feature .behind ul li {
background:url("/www/img/bullet-aro.png") no-repeat scroll 0 3px transparent;
color:#FFA81F;
padding:0 0 3px 7px;
text-transform:uppercase;
color:#FFA81F;
font-size:7px;
text-decoration:none;
}

#thumbBrowser { padding-bottom:18px;}
#thumbBrowser div.cThumb {height:18px; width:18px; overflow:hidden; border:1px solid #323232; float:left; background:#323232; margin-left:10px; cursor:pointer;}
#thumbBrowser div.cThumb:hover {margin-top:-1px;} 
#thumbBrowser div.cThumb img {height:24px; margin:-2px 0 0 -3px;}
#thumbBrowser div.cThumb:hover { border-color:#ffa820;}

.feat-bg { background:#272727; height:250px; width:662px;}
img.feat-img {position:absolute; top:0; left:0; height:125px; width:149px; overflow:hidden;}
