



/***jcarousel**/


.jcarousel-skin-tango .jcarousel-container-horizontal {
	width:700px;
}



.jcarousel-skin-tango .jcarousel-clip-horizontal {
	height:200px;
	width:700px;
	position:absolute;
	left:120px;
	top:25px;
}


.jcarousel-skin-tango .jcarousel-item {
	height:	197px;
	width:171px;
	background:url(images/bg/vid_thumb_bg.gif) 50% 0% no-repeat;
	text-align:left!important;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
		padding-left:2px;
		padding-right:2px;
		}




/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {

    width: 76px;
    height: 80px;
    cursor: pointer;
    background: transparent url(images/buttons/forward_button.png) no-repeat 0 0;
		position:absolute;
		left:835px;
		top:65px;

}


.jcarousel-skin-tango .jcarousel-prev-horizontal {
    width: 78px;
    height: 80px;
    cursor: pointer;
    background: transparent url(images/buttons/back_button.png) no-repeat 0 0;
		position:absolute;
		left:60px;
		top:65px;
}
