.jcarousel-skin-tango .jcarousel-container {
    margin: 0;
	background: url(carousel/bg_carrosel.jpg) no-repeat;
	width: 900px;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 900px;
	height: 84px; 
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 837px;
    height: 110px;
	margin-left: 32px;
	margin-right: 30px;
}

.jcarousel-skin-tango .jcarousel-item img {
    width: 120px;
   
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-top: 2px;
}

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

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 2px;
    right: 1px;
    width: 29px;
    height: 106px;
    cursor: pointer;
    background: transparent url(carousel/next-horizontal.jpg) no-repeat 0 0;
}



.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 28px;
    height: 106px;
    cursor: pointer;
    background: transparent url(carousel/prev-horizontal.jpg) no-repeat 0 0;	
}
