.thumbs{padding:3px; background: #fff; width: 910px; margin:0 auto; margin-bottom:20px;}
a:link, a:active, a:visited{text-decoration:none; border:none;}



.jcarousel-container {}
.jcarousel-container-horizontal {width: 870px; padding-left:20px; padding-right:20px;}

.title{ color:#888; font-size:0.7em; display:block; font-weight:bold;
padding:5px; width:135px; }

.jcarousel-item {width: 135px; height:145px; margin-right: 7px; border:1px solid #ccc; padding:1px; font-size:0.75em;}
.jcarousel-item:hover {}

.jcarousel-next-horizontal {position: absolute; top: 65px; right: -20px; width: 32px; height: 32px; cursor: pointer; background: transparent url(../App_images/TV/rightarrow.png) no-repeat 0 0; filter:alpha(opacity=60);   opacity:0.6;}
.jcarousel-next-horizontal:hover {filter:alpha(opacity=80);  opacity:0.8;}
.jcarousel-prev-horizontal {position: absolute; top: 65px; left: 0px; width: 32px; height: 32px; cursor: pointer; background: transparent url(../App_images/TV/leftarrow.png) no-repeat 0 0; filter:alpha(opacity=60);   opacity:0.6;}
.jcarousel-prev-horizontal:hover { filter:alpha(opacity=80);   opacity:0.8;}

/* player container */
div.player {
	height:331px;
	width:558px;
	border:2px solid #fff;
	outline:1px solid #333;
	-moz-outline-radius:4px;
	cursor:pointer;
	float:left;
	text-align:center;
	margin-right:15px;
}

/* play button */
div.player img {
	margin-top:115px;
}