.jcarousel-skin-tango .jcarousel-container {
    background: none;
}

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

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 919px;
    padding-left: 61px;
}

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

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  856px;
    height: 160px;
    border-right: 1px dashed #000;
    background-color: #a8a7a6;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 213px;
    height: 160px;
    border-left: 1px dashed #000;
}

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

.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: 53px;
    right: 0px;
    width: 57px;
    height: 54px;
    cursor: pointer;
    background: transparent url(../images/rightArrow.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 53px;
    left: 0px;
    width: 57px;
    height: 54px;
    cursor: pointer;
    background: transparent url(../images/leftArrow.png) no-repeat 0 0;
}