#topo_galeria{
	top:0px; 
	left:0px; 
	right:0px; 
	min-width:500px; 
	height:20px; 
	margin-bottom:20px; 
	background-color:#f0f0f0; 
	padding:20px; 
	position:fixed;
}
#conteudo_galeria{
	max-height:480px;
	/*margin-top:70px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;*/
	min-width:770px;
	position:fixed;
	top:70px;
	left:10px;
	right:10px;
	bottom:10px;
}
#menu_galeria{
	width:130px;
	height:100%;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	margin-right:10px;
	border-radius:10px;
	float:left;
	background-color:#cfcfcf;
	border:1px solid #f60;
	
	position:fixed;
	height:432px;
	overflow:hidden;
	
-webkit-box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    2px 2px 7px rgba(50, 50, 50, 0.4);
box-shadow:         2px 2px 7px rgba(50, 50, 50, 0.4);

}
#visor_galeria{
	min-width:540px;
	min-height:330px;
	padding:20px;
	height:432px;
	border-radius:10px;
	float:left;
	background-color:#f0f0f0;
	overflow:auto;
	border:1px solid #f60;
	
	position:fixed;
	left:180px;
	
-webkit-box-shadow: 2px 2px 7px rgba(50, 50, 50, 0.4);
-moz-box-shadow:    2px 2px 7px rgba(50, 50, 50, 0.4);
box-shadow:         2px 2px 7px rgba(50, 50, 50, 0.4);
}
.opcoes_galeria{
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	max-height:96px;
	width:120px;
	height:90px;
}
.opcoes_galeria:hover{
	background-color: #f60;
}
#botao_galeria_anterior{
	float:left;
	width:150px;
	height:19px;
	margin-left:-10px;
	margin-top:-20px;
	background-color:#f60;
	border-radius:7px 7px 0px 0px;
	color:#fff;
	border-bottom:1px solid #f60;
	background-image: url("../img/galeria/btn_topo.png");
	background-repeat:no-repeat;
	background-position: center center;
	position:relative;
	z-index:2;
}
#botao_galeria_proximo{
	float:left;
	width:150px;
	height:19px;
	margin-left:-10px;
	margin-bottom:-20px;
	background-color:#f60;
	border-radius:0px 0px 7px 7px;
	color:#fff;
	border-top:1px solid #f60;
	background-image: url("../img/galeria/btn_baixo.png");
	background-repeat:no-repeat;
	background-position: center center;
	position:relative;
	z-index:2;
}
#botao_galeria_anterior:hover{
	background-color:#fff;
	color:#f60;
	background-image: url("../img/galeria/btn_topo2.png");
	/*-webkit-box-shadow: inset 0px 0px 30px 1px #ff6600;*/
	/*box-shadow: inset 0px 0px 3px 1px #ff6600;*/
}
#botao_galeria_proximo:hover{
	background-color:#fff;
	color:#f60;
	background-image: url("../img/galeria/btn_baixo2.png");
	/*-webkit-box-shadow: inset 0px 0px 30px 1px #ff6600;*/
	/*box-shadow: inset 0px 0px 3px 1px #ff6600;*/
}
.imagem{
	max-width:540px;
	max-height:420px;
}
.galeria_texto_tamanho{
	color:#f60;
}
#botao_fechar_galeria{
	float:right;
	margin-right:20px;
	border-radius:4px;
	padding:3px;
	background-color:#f60;
}
#botao_fechar_galeria:hover{
	background-color:#fff;
}
.text_botao_fechar_galeria{
	color:#fff;
	text-decoration:none;
}
.text_botao_fechar_galeria:hover{
	color:#f60;
}
#btn_anterior{
	background-color:#f60;
	border-radius:6px;
/*	height:20px;*/
	padding:3px;
	width:70px;
	float:left;
	background-image: url("../img/galeria/btn_anterior.png");
	background-repeat:no-repeat;
	background-position: left center;
	margin-right:40px;
	color:#fff;
	text-align:right;
	cursor:pointer;
	border:1px solid #f60;
}
#btn_proximo{
	background-color:#f60;
	border-radius:6px;
/*	height:20px;*/
	padding:3px;
	width:70px;
	float:right;
	background-image: url("../img/galeria/btn_proximo.png");
	background-repeat:no-repeat;
	background-position: right center;
	margin-left:40px;
	color:#fff;
	text-align:left;
	cursor:pointer;
	border:1px solid #f60;
}
#btn_anterior:hover{
	background-color:#fff;
	color:#f60;
	background-image: url("../img/galeria/btn_anterior2.png");
}
#btn_proximo:hover{
	background-color:#fff;
	color:#f60;
	background-image: url("../img/galeria/btn_proximo2.png");
}

