.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 450px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  450px;
    height: 220px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 450px;
    height: 220px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
	bottom:0;
    right: 20px;
    width: 37px;
    height: 39px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.jpg) no-repeat 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
	bottom:0;
    left: 5px;
    width: 37px;
    height: 39px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.jpg) no-repeat 0 0;
}