/* CSS Document */
* {
padding: 0;
margin: 0;
list-style: none;
text-decoration: none;
font-family: "Trechebut MS", Arial, Helvetica, sans-serif;
border: none;
}
#exibe {
float: left;
margin: 5px 20px;
background: url(../imagens/tela.gif) no-repeat;
width: 150px;
height: 170px;
}
#imagem {
width: 128px;
height: 98px;
margin-top: 14px;
margin-left: 12px;
}
#imagem a img {
border: 3px solid #FFF;
}
#imagem a:hover img {
border: 3px solid #99CC00;
}
#descricao {
padding: 0 12px;
font-size: 12px;
line-height: 20px;
}
#descricao span {
color: #006699;
font-weight:bold;
}

.galeria_descricao{
    FONT-FAMILY: Arial;
	font-size: 11px;
	font-weight: normal;
 	background-color: #E8F8FF;
	border: 0px solid;

}
.btn{
	cursor:hand;
	 font-size: 9px;
}
