/* Galeria de Fotos */
.galeria_fotos { float: left; position:relative; width: 182px; border: #dfdfdf solid 1px; padding-bottom: 16px; margin-bottom: 22px; z-index:1; }
	.galeria_fotos dl { width: 160px; height: 125px; overflow: auto; margin: 0 auto; border: #dfdfdf solid 1px;}
	.galeria_fotos dt { margin: 16px 16px 0; font-weight: bold; color: #0e5cac; }
	.galeria_fotos dd { margin: 0 16px 16px; }
    .galeria_fotos #previewPane{height: 125px; width:178px; margin: 0;}
    .galeria_fotos #galleryContainer{height:74px; width: 178px; position:relative;overflow:hidden;padding:1px;margin-bottom:6px;}
    .galeria_fotos #arrow_left,.galeria_fotos #arrow_right {position:absolute; height: 80px;width:23px;z-index:10;background-color: #fff;cursor:pointer;padding:1px;}
    .galeria_fotos #arrow_left{left:0; top:10px;}
    .galeria_fotos #arrow_right{right:0; top:10px;}
    .galeria_fotos #theImages {position:absolute;height:74px;left:24px;width:100000px; top:10px; background-color:#dfdfdf;}
    .galeria_fotos #theImages #slideEnd{float:left;}
    .galeria_fotos #theImages img{float:left;padding:1px;filter: alpha(opacity=80);opacity: 0.8;cursor:pointer;border:0px;height:68px;}
    .galeria_fotos #theImages img:hover{filter: alpha(opacity=100);opacity: 1;}
   
