div.carousel-wrap
{
	overflow: auto;

	margin: 0px;
	padding: 10px 0px 10px 0px;
	
}

div.carousel
{
	float: left;

	position: relative;

	width: 560px;
	background: url(../images/video-bg.gif) repeat-y center;
	padding: 10px 20px 10px 20px;
}

div.carousel h4.movers
{
	padding: 0px 0px 5px 0px;

	text-align: right;
}

div.carousel h4.movers span
{
	float: left;
	color: #666;
	padding-left: 15px;
}

div.carousel h4.movers a
{
	background-image: url(../images/carousel/prev-next.png);
	background-position: left top;
	background-repeat: no-repeat;
	
	display: inline-block;

	text-decoration: none;
	text-indent: 99999em;

	overflow: hidden;

	height: 16px;
	width: 16px;
}

div.carousel h4.movers a.prev:hover
{
	background-position: -16px 0px;
}

div.carousel h4.movers a.next
{
	background-position: 0px -16px;
}

div.carousel h4.movers a.next:hover
{
	background-position: -16px -16px;
}

div.carousel div.features
{
	float: left;

	margin: 5px 0px;
	padding: 0;

	position: relative;
	overflow: hidden;

	width: 560px;
}

div.carousel div.features ul
{
	background-image: none;

	height: 120px;
	width: 1000000000px;
}

div.carousel div.features ul li
{
	background-image: none;

	float: left;

	padding: 0px 5px 0px 10px;
	position: relative;

	height: 120px;
	width: 125px;
}

div.carousel div.features ul li div a.screen
{
	display: block;

	height: 90px;
	width: 120px;
}

div.carousel div.features ul li div a.screen span.slider-hover
{
	background-image: url(../images/videolibrary/slider-hover.png);
	background-position: left top;
	background-repeat: no-repeat;

	display: none;
	
	left: 10px;
	position: absolute;
	top: 0px;
	z-index: 0;
	
	height: 90px;
	width: 120px;
}

div.carousel div.features ul li div a.screen:hover span.slider-hover
{
	display: block;

	z-index: 99;
}

div#tab_photos,
div#tab_videos,
div#tab_news-releases
{
	overflow: auto;
	min-height: 200px;
}


