div#carousel {background: #f2f2f2; height: 100px; width: 925px; position: relative; padding: 30px 0 30px 35px; margin: 0 0 20px 0;}
div#foo {height:105px; width: 749px; overflow: hidden;}
.itens {height: 99px; width: 215px; float: left; margin-right: 15px; padding: 0; text-align: center; vertical-align: middle;}
a.prev, a.next {display: block; height: 35px; width: 35px; position: absolute; z-index: 200; text-indent: -9999px; }
a.prev {background: url(../../img/btn/prev.jpg) no-repeat; left: 0px; top: 45%; }
a.next {background: url(../../img/btn/next.jpg) no-repeat; right: 0px; top: 45%;}

 
a.disabled {opacity: 0.5;}

@media only screen and (max-width: 959px) {
	div#carousel {width:90%; display:block; margin:0 auto 20px auto;}
	}