div#carousel {background: #fff; height: 135px; width: 715px; position: relative; padding: 20px 0 0 38px; margin: 0;}
div#foo {height:105px; width: 749px; overflow: hidden;}
.itens {height: 99px; width: 158px; float: left; margin-right: 15px; padding: 0; text-align: center; vertical-align: middle;}
a.prev, a.next {display: block; height: 31px; width: 31px; position: absolute; z-index: 200; text-indent: -9999px; }
a.prev {background: url(../../img/btn/prev.png) no-repeat; left: 0px; top: 45px; }
a.next {background: url(../../img/btn/next.png) no-repeat; right: 0px; top: 45px;}

 
a.disabled {opacity: 0.5;}

