@CHARSET "ISO-8859-1";

#divGallery { border: 1px solid #dae7f4; padding: 1px; }
#divGalleryArrow, #divBoxGalleryArrow { position: absolute; }
#divGalleryImageArea, #divBoxGalleryImageArea { overflow: hidden; }
#divGalleryImageScroll, #divBoxGalleryImageScroll { white-space: nowrap; }
.galeriaImagem { border: 2px solid #fff; cursor: pointer; }
.galeriaImagem:hover { border: 2px solid #f60; }
#divGalleryArrowPrevious, #divBoxGalleryArrowPrevious { display: none; float: left; width: 30px; background-image: url(../imagens/layout/seta_volta.png); background-repeat: no-repeat; background-position: center right; opacity: .5; filter: alpha(opacity=50); cursor: pointer; }
#divGalleryArrowNext, #divBoxGalleryArrowNext { display: none; float: right; width: 30px; background-image: url(../imagens/layout/seta_avanca.png); background-repeat: no-repeat; background-position: center left; opacity: .5; filter: alpha(opacity=50); cursor: pointer; }
#divGalleryArrowPrevious:hover, #divGalleryArrowNext:hover, #divBoxGalleryArrowPrevious:hover, #divBoxGalleryArrowNext:hover { opacity: 1; filter: alpha(opacity=100); }
#divBoxRodapeEsquerda { float: left; text-align: left; }
#divBoxRodapeDireita { float: right; }