#carousel-container {height: 314px; overflow:hidden;}

.jcarousel-skin-tango .jcarousel-container {
    background: #fff;

}

.jcarousel-skin-tango .jcarousel-container-horizontal {

}



.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  726px;
    height: 314px;
overflow:hidden;
}


.jcarousel-skin-tango .jcarousel-item {
    width: 726px;
    height:314px;
	margin-left: 0px;

}

.jcarousel-skin-tango .jcarousel-item-horizontal {
}


.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 100px;
    right: 0px;
    width: 25px;
    height: 116px;
    cursor: pointer;
    background: transparent url(next-horizontal.png) no-repeat 0 0;
}



.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 101px;
    left: -3px;
    width: 26px;
    height: 116px;
    cursor: pointer;
    background: transparent url(prev-horizontal.png) no-repeat 0 0;
}


