

/* Carousel 2 */

div#carousel2 {height: 134px; width: 124px; border: 0;  position: relative; padding: 0; margin: 0;}
div#foo2 {}
.itens2 {height: 134px; width: 124px; float: left; margin-right: 20px;}
.itens2 td {height: 134px; width: 124px; text-align: center; vertical-align: middle;}
a.prev2, a.next2 {display: block; height: 18px; width: 18px; position: absolute; z-index: 200; text-indent: -9999px; }
a.prev2 {background: url(btn-anterior.png); right: 11px; top: 135px; }
a.next2 {background: url(btn-proximo.png); right: -9px; top: 135px;}

