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

}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}


.jcarousel-skin-tango .jcarousel-item {
	height: 150px;/*260*/
    width: 170px;
}
.jcarousel-skin-tango .jcarousel-item div.img {margin-top: 30px;}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 150px;/*260*/
    width: 1000px;
}

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

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

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    background: url("../images/hscroll.png") no-repeat scroll -18px center transparent;
    cursor: pointer;
    height: 150px;/*207*/
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}


.jcarousel-skin-tango .jcarousel-prev-horizontal {
    background: url("../images/hscroll.png") no-repeat scroll 0 center transparent;
    cursor: pointer;
    height: 150px;/*207*/
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

