#cleancaroussel_wrap {
	width: 883px;               /* 1194px */
	height: 274px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 20px;
	margin:0;
    overflow: hidden;
    float:  left;
	position:relative
}



#cleancaroussel_wrap1 {
	width: 311px;               /* 1194px */
	height: 274px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 20px;
	border-top-right-radius: 0px;
	margin:0 auto;
    overflow: hidden;
    float:  left;
	position:relative
}


#cleancaroussel_wrap ul.sliderMenu {
	counter-reset:li; /* Initiate a counter */
	height:29px;
    width: 96px;
	margin: -91px 340px 0;

}

#cleancaroussel_wrap ul.sliderContent {overflow:hidden; height: 336px;}

#cleancaroussel_wrap ul.sliderMenu li, #cleancaroussel_wrap ul.sliderMenu a {
    height: 29px;
	float:left;
	text-align:center;
	line-height: 29px;
	font-size: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #b4c7cf;
    width: 29px;
	margin-right: 2px;
}

#cleancaroussel_wrap ul.sliderMenu li:before{
	content: counter(li, decimal);
	text-align: center;
	margin-left: -1px;
    counter-increment: li;
	cursor: pointer;
	position: relative;
}

#cleancaroussel_wrap ul.sliderMenu li, #cleancaroussel_wrap ul.sliderMenu a.current{color: #2c5885;}

	#cleancaroussel_wrap ul.sliderMenu a{background:transparent url('img/clean_buttons.png') no-repeat top left; }
		#cleancaroussel_wrap ul.sliderMenu a.current{background-position:0 -29px !important}
		#cleancaroussel_wrap ul.sliderMenu a:hover{background-position:0 -29px}
	
#cleancaroussel_wrap ul.sliderContent li.ativo {display: block}

#cleancaroussel_wrap img {width: 883px; height: 274px;}
