.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 625px;
	height:382px;
	padding:0;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  625px;
    height: 382px;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 625px;
    height: 382px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 0;
}


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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 345px;
    right: 15px;
    width: 23px;
    height: 25px;
    cursor: pointer;
 	background:url(/common/images/right.png) no-repeat;
}





.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 345px;
    left:558px;
    width: 23px;
    height: 25px;
    cursor: pointer;
   	background:url(/common/images/left.png) no-repeat;
}


