@charset "utf-8";
/* CSS Document */

#carrossel { width:760px ; height:130px; position:relative; display:block; margin:0 auto}
#ruan_carrossel{ width:680px ; height:130px; display:block; position:relative; margin:0 auto; list-style:none;  padding:0}
#ruan_carrossel li{ width:130px; height:130px; float:left; display:block; margin-right:6px} 
#ruan_carrossel .um{ background: url(../externos/logomarca/1.png) center no-repeat;  } 
#ruan_carrossel .dois{background: url(../externos/logomarca/2.png) center no-repeat; } 
#ruan_carrossel .tres{ background: url(../externos/logomarca/3.png) center no-repeat;} 
#ruan_carrossel .quatro{background: url(../externos/logomarca/4.png) center no-repeat;} 
#ruan_carrossel .cinco{background: url(../externos/logomarca/5.png) center no-repeat; } 
#carrossel a { font-size:36px; line-height:50px}
#carrossel .left { position:absolute; left:0; top:50%; margin-top:-25px; background:url(../images/sprite.png) no-repeat scroll 0 -351px transparent; width:26px; height:49px; display:block}
#carrossel .left:hover {background:url(../images/seta-hover-prev.png) no-repeat}
#carrossel .right { position:absolute; right:0; top:50%; margin-top:-25px;background:url(../images/sprite.png) no-repeat scroll 0 -409px transparent;width:26px; height:49px; display:block}
#carrossel .right:hover {background:url(../images/seta-hover-next.png) no-repeat}
