.jcarousel-skin-tango2 h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	margin-bottom:3px;
	}

	
.jcarousel-skin-tango2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCB9C5;
	line-height:19px
	}
	
.jcarousel-skin-tango2 a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CDAC7B;
	font-weight:bold;
	} 
	
.jcarousel-skin-tango2 a:hover{
	color:#CCB9C5;
	} 
	
.jcarousel-skin-tango2 li{
	color:#CCB9C5;
	}

.jcarousel-skin-tango2 .jcarousel-container-horizontal {
    width: 1040px;
	
}

.jcarousel-skin-tango2 .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango2 .jcarousel-clip-horizontal {
    width:  1008px;
    height: 216px;
}



.jcarousel-skin-tango2 .jcarousel-item {
    width: 180px;
    height: 216px;
}

.jcarousel-skin-tango2 .jcarousel-item-horizontal {
	
    margin-right: 27px;
}

.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: 50px;
    right: -70px;
    width: 31px;
    height: 64px;
    cursor: pointer;
	background:none;
    background: transparent url(../images/imo_seta_drt.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 0px;
    right: auto;
    background: transparent url(../images/imo_seta_drt.png) no-repeat 0 0;
}



.jcarousel-skin-tango2 .jcarousel-prev-horizontal {
    position: absolute;
    top: 50px;
    left: -100px;
    width: 31px;
    height: 64px;
    cursor: pointer;
    background: transparent url(../images/imo_seta_esq.png) no-repeat 0 0;
}

.jcarousel-skin-tango2 .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 0px;
    background: transparent url(../images/imo_seta_esq.png) no-repeat 0 0;
}
