	div#carousel {background: #fff; height: 250px; width: 880px;  position: relative; padding: 35px 0 0 20px; margin: 0 0 0 29px;}
	div#foo {}
	div.itens {height: 230px; width: 405px; float: left; margin-right: 18px; border-right: 1px solid #c6e295; padding: 0 18px 0 0;}
	a.prev, a.next {display: block; height: 23px; width: 16px; position: absolute; z-index: 200; text-indent: -9999px; }
	a.prev {background: url(../../img/btn-anterior.png) no-repeat; left: -23px; top: 130px; }
	a.next {background: url(../../img/btn-proximo.png) no-repeat; right: -23px; top: 130px;}
	a.disabled {opacity: 0.5;} 

/* Estilo interno ao #foo */
 div.hide-ft {height: 230px; width: 198px; overflow: hidden; float: left; margin: 0 12px 0 0;}
div.itens h3 {font-weight: bold; padding: 20px 0 0 0; font-size: 14px;}
div.itens p {padding: 18px 0 0 0;}

/* Carrousel 2 */

/* 	div#carousel2 {height: 411px; width: 470px;  position: relative;}
div#foo {}
div.itens2 {height: 411px; width: 226px; float: left; margin-right: 20px; text-align: center;}
a.prev2, a.next2 {display: block; height: 27px; width: 27px; position: absolute; z-index: 200; text-indent: -9999px; }
a.prev2 {background: url(../../img/btn-anterior.png); right: 40px; top: 410px; }
a.next2 {background: url(../../img/btn-proximo.png); right: 0; top: 410px;}
a.disabled {opacity: 0.5;}  */


