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; border:3px solid #cdcdcd;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px; 
}
.itens td {height: 93px; width: 150px;  text-align: center; vertical-align: middle;}
.itens table{ alignment-adjust: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;}


div#carousel2 {width:684px; height:135px; position:relative; background:#fff; float:left;}
div#bg-foo2 {width:626px; height:135px!important; float:left; margin-left:29px; background:#eeeeee; border-radius:5px; overflow:hidden;}
div#foo2 {width:626px; height:135px!important; float:left;}
.itens2 {width:133px; height:111px; margin-top:12px; margin-left:19px; float:left; text-align:center; overflow:hidden;}
.itens2 td {height: 93px; width: 133px;  text-align: center; vertical-align: middle;}
.itens2 td img{width: 133px;}
.itens2 table{ alignment-adjust:middle}
a.prev, a.next {display:block!important; width:28px; height:135px; position:absolute; z-index:200; text-indent:-9999px; top:0px;}
a.prev {background: url(../../img/btn/btn-anterior.png) no-repeat; left: 0px;  }
a.next {background: url(../../img/btn/btn-proximo.png) no-repeat; right: 0px; }


a.disabled {opacity: 0.5;}

