#vdoDisplay {margin:0;padding:0 8px;width:660px; height:385px;}

#thumbsBox {margin:5px 0 0 0px;padding:0;width:654px;height:127px;background:transparent url(../images/bg-tab.png) no-repeat 0 0;}
* html #thumbsBox {background:transparent url(../images/bg-tab_IE.gif) no-repeat 0 0;}
#thumbsBox a {margin:0;padding:0;width:20px;height:127px;}
#thumbsBox a span {display:none;}

#thumbsBox a.prev {float:left;background:transparent url(../images/arrow-prev.png) no-repeat 0 0;}
* html #thumbsBox a.prev {background:transparent url(../images/arrow-prev_IE.gif) no-repeat 0 0;position:relative;cursor:pointer;}

#thumbsBox a.next {float:right;background:transparent url(../images/arrow-next.png) no-repeat 0 0;}
* html #thumbsBox a.next {background:transparent url(../images/arrow-next_IE.gif) no-repeat 0 0;position:relative;cursor:pointer;}


#imgThumbsCover {
	float:left;
	margin:0;
	padding:0 0 0 20px;
	width:594px;
	height:127px;
	overflow:hidden;
	position:relative;
}

#imgThumbsCover #imgThumbs {margin:0;padding:0;position:absolute;width:2000px;}
#imgThumbsCover #imgThumbs a {
	margin:8px 22px 0 0;
	padding:0;
	float:left;
	width:97px;
	height:66px;
	display:block;
	position:relative;
	text-align:center;
	text-decoration:none;
	color:#FFF;
}
#imgThumbsCover #imgThumbs a:hover {color:#fecb15;}

#imgThumbs a img {width:97px; height:66px;}