.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 709px;
	height:90px;
	margin-left:6px;
}



.jcarousel-skin-tango .jcarousel-clip-horizontal {
float:left;
    width:  637px;
    height: 79px;
	border:1px solid #ccc;
	padding-top:9px;
}



.jcarousel-skin-tango .jcarousel-item {
    width: 91px;
    height: 71px;
}




.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

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

	float:left;
    width: 50px;
    height: 90px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.jpg) no-repeat 0 0;
}





.jcarousel-skin-tango .jcarousel-prev-horizontal {

float:left;
    width: 20px;
    height: 90px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.jpg) no-repeat 0 0;
}

