.jcarousel-skin-tango .jcarousel-container {

}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 410px;
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  410px;
    height: 100px;
}



.jcarousel-skin-tango .jcarousel-item {
    
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
		height:100px;
 }



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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    bottom: -20px;
    right: 0px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: transparent url(next.png) no-repeat 0 0;
}



.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    position: absolute;
    bottom: -20px;
    right: 0px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: transparent url(next-off.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: transparent url(prev.png) no-repeat 0 0;
}



.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    position: absolute;
    bottom: -20px;
    left: 0px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: transparent url(prev-off.png) no-repeat 0 0;
}

