#gallery {
background:url(imagens/pr_50.png);
padding: 10px;
width:auto;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
border: 3px solid #ccc;
border-width: 3px 3px 6px;
margin:3px;
}
#gallery ul a:hover img {
border: 3px solid #fff;
border-width: 3px 3px 6px;
color: #eee;
}
#gallery ul a:hover { color: #fff; }

/*PARA MINIATURA COM DESCRIÇÃO*/
table{width:100%;}
.sem{background:transparent;}
#principal td, td{vertical-align: top; text-align:center; padding-top:6px;}
.box{ background:url(imagens/fundo_td.png) top repeat-x; width:220px; padding:5px; border-radius:10px;}
.moldura{padding:5px; background:#fff; width:auto; height:auto; border-radius:6px; margin-bottom:4px; margin:0;}


	