.jcarousel-skin-tango .jcarousel-container {
}

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

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 688px;
    height:260px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 688px;
    height:260px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 688px;
    height:260px;
}

.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 {
    position: absolute;
    top: 80px;
   	right: 0px;
    width: 30px;
    height: 70px;
    cursor: pointer;
    background: transparent url(../images/right.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    display:none;
    top: 80px;
    left: 0px;/*
    width: 30px;
    height: 70px;*/
    height:0;
    width:0;
    cursor: pointer;
    background: transparent url(../images/left.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(../images/right.png);
}