/*CSS*/
/*DEIXAR O SITE COLADO NO TOPO*/
*{margin:0 auto; padding:0;}
html{}
.categ{width:px; }
img{border:none}


/*CSS DA FUNCAO DE CATEGORIAS*/
#centro{width:320px; height:250px; background:url(../imagens/bg-img-grd.png) no-repeat;}
.scroll{overflow:hidden; float:left; width: 270px; height:218px; margin: 0 auto ; position: relative; text-align:center; margin:6px 0 0 1px;}
.scrollContainer {position: relative;}
.scrollContainer div.panel{width:300px; height:225px; float:left; position: relative;  background:url(imagens/fundo/panel.jpg) left no-repeat; text-align:left;}
.scrollContainer div.panel img{float:left; width:290px; height:218px;}
.inside img{float:left; width:290px;}
.botoes{cursor: pointer; position:absolute;}
.hide{display: none;}




