/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.jcarousel-skin-tango3 .jcarousel-clip-horizontal {
	width:  680px;
	height: 115px;
	margin-left:166px;
	margin-top:12px;
}
.jcarousel-skin-tango3 .jcarousel-item {
	width:160px;
	height:120px;
	margin-right:10px;
}


/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango3 .jcarousel-next-horizontal {
    position: absolute;
    top: 25px;
    right: 115px;
    width: 21px;
    height: 70px;
    cursor: pointer;
    background: transparent url(../imagens_site/p4.png) no-repeat;

}


.jcarousel-skin-tango3 .jcarousel-prev-horizontal {
    position: absolute;
    top: 25px;
    left: 115px;
    width: 21px;
    height: 70px;
    cursor: pointer;
    background: transparent url(../imagens_site/p5.png) no-repeat 0 0;
}

