/* CSS Document */

#exibe {
       display: block;
       margin: 10px 15px;
       background: url(../imagens/tela.gif) no-repeat;
       width: 150px;
       height: 170px;
}

#imagem {
        margin-top: 14px;
        margin-left: 12px;
        width: 128px;
        height: 98px;
}

#imagem a img {
        border: 3px solid #FFF;
}

#imagem a:hover img {
        border: 3px solid #99CC00;
}

#descricao {
           padding: 0 12px;
           font-size: 10px;
}
#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;
}
