* {
	margin:0px
}

/*--- jcarousel ---- */
.jcarousel-skin-tango2 .jcarousel-container-horizontal {
    width: 983px;
	margin-left:17px;
	margin-top:10px
}

.jcarousel-skin-tango2 .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango2 .jcarousel-clip-horizontal {
    width:  984px;
    height: 200px;
}


.jcarousel-skin-tango2 .jcarousel-item {
    width: 316px;/**!**/
    height: 190px;
}

.jcarousel-skin-tango2 .jcarousel-item-horizontal {
	margin-left: 6px;
    margin-right: 6px;
}

.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: 85px;
    right: -18px;
    width: 12px;
    height: 18px;
    cursor: pointer;
    background: transparent url(../images/btn_drt.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0px;
    right: auto;
    background: transparent url(../images/btn_drt.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango2 .jcarousel-prev-horizontal {
    position: absolute;
    top: 85px;
    left: -12px;
    width: 12px;
    height: 18px;
    cursor: pointer;
    background: transparent url(../images/btn_esq.jpg) no-repeat 0 0;
}

.jcarousel-skin-tango2 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0px;
    background: transparent url(../images/btn_esq.jpg) no-repeat 0 0;
}
