
	
.jcarousel-skin-tango2 li{
	border-right:1px solid #e4e4e4;
	padding:1px
	}

.jcarousel-skin-tango2 .jcarousel-container-horizontal {
    width:  939px;
	border:1px solid #e4e4e4;
}

.jcarousel-skin-tango2 .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango2 .jcarousel-clip-horizontal {
    width:  939px;
    height: 107px;
}



.jcarousel-skin-tango2 .jcarousel-item {
    width: 232px;
    height: 107px;
}

.jcarousel-skin-tango2 .jcarousel-item-horizontal {
	
    margin-right: 0px;
}

.jcarousel-skin-tango2 .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 0px;
    margin-right: 0;
}


.jcarousel-skin-tango2 .jcarousel-item-placeholder {
    background: none;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango2 .jcarousel-next-horizontal {
    position: absolute;
    top: -40px;
    right: 5px;
    width: 19px;
    height: 20px;
    cursor: pointer;
	background:none;
    background: transparent url(../images/seta_drt.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0px;
    right: auto;
    background: transparent url(../images/seta_drt.jpg) no-repeat 0 0;
}



.jcarousel-skin-tango2 .jcarousel-prev-horizontal {
    position: absolute;
    top: -40px;
    right:30px;
    width: 19px;
    height: 20px;
    cursor: pointer;
    background: transparent url(../images/seta_esq.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango2 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0px;
    background: transparent url(../images/seta_esq.jpg) no-repeat 0 0;
}
