


#videoSection #carouselWidget {
	width: 976px; height: 194px;
	overflow: hidden;
	position: relative;
	margin-left:-12px;

}

#videoSection a {text-decoration:none;}

#videoSection #carouselWidget .count {
	position: absolute;
	top: 12px; left: 389px;
	width: 200px;
	color: #939393;
	text-align: center;
}

#videoSection #carouselWidget .oo_nav a {
	position: absolute;
	background: url(../../images/media_sprites.gif) no-repeat;
	display: block;
	height: 64px; width: 32px;
	overflow: hidden;
	text-indent: -999px;
}
#videoSection #carouselWidget .oo_nav .btnNext { background-position: -32px -19px; left: 937px; top: 49px; }
#videoSection #carouselWidget .oo_nav a.btnNext:hover { background-position:-97px -19px; }
#videoSection #carouselWidget .oo_nav .btnPrev { background-position: 0 -19px; left: 8px; top: 49px; }
#videoSection #carouselWidget .oo_nav .btnPrev:hover { background-position: -65px -19px; }
#videoSection #carouselWidget .oo_nav .disabled { display: none; }

#videoSection #carouselWidget .viewport {
	position: absolute;
	top: 34px; left: 36px;
	height: 150px; width: 905px !important;
	overflow: hidden;
}
#videoSection #carouselWidget .viewport li { display: block; width: 188px; }
#videoSection #carouselWidget .viewport a { display: block; float: left; width: 180px; text-decoration: none; }
#videoSection #carouselWidget .viewport a:hover { text-decoration: none; cursor: pointer; }
#videoSection #carouselWidget .viewport img {
	border: 1px solid #DADADA;
	height: 80px;
	margin: 4px 4px 10px;
	width: 143px;
}
#videoSection #carouselWidget .viewport .active img { border: 5px solid #000000; margin:0 0 6px; }
#videoSection #carouselWidget .viewport a:hover img { border: 5px solid #7a0000; margin: 0 0 6px 0; }
#videoSection #carouselWidget .viewport strong,
#videoSection #carouselWidget .viewport p {
	font-size: 10px;
	color:#5B5A5A;
	width: 150px; height: 100px;
	margin: 0 0 0 5px;
	overflow: hidden;
	display: block;
}
#videoSection #carouselWidget .viewport p { font-size: 1.083em; }
