html, body {
margin: 0px;
height: 100%;
padding: 0;
font-family: Verdana, Geneva, sans-serif;
color: white;
}

.botao {
background-color: #ffffff;
font: 14px Arial, sans-serif;
color: #000000;
border: 0px solid ;
padding:4px;
filter:alpha(opacity=40);
-moz-opacity:0.4;
-khtml-opacity: 0.4;
opacity: 0.4;
text-rendering: optimizeLegibility;
border-bottom:2px solid #000;
border-right:2px solid #000;


}


img#bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color:#000000;
}

#gallery_box{
	position: relative;
	top: 10px;
}

#gallery_box_seta_e{
	position: absolute;
	top: 0;
	text-align:center;
	height:100%;
	width: 125px;
	background-image: url(imagens/setad.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor: pointer;

}

#gallery_box_seta_d{
	position: absolute;
	top: 0;
	text-align:center;
	height:100%;
	width: 125px;
	background-image: url(imagens/setae.png);
	background-repeat:no-repeat;
	background-position:center center;
	cursor: pointer;
	
}

#gallery_box_seta_e:hover, #gallery_box_seta_d:hover{
	background-color: #dab600;
}

#gallery_box_l_top{
	position: absolute;
	height: 10px;
	width: 125px;
	top: 0px;
	background-color: #323031;
}
#gallery_box_l_d{
	position: absolute;
	height: 100%;
	width: 10px;
	top: 0px;
	right: -10px;
	background-color: #323031;
}
#gallery_box_seta_c_s_e{
	position: absolute;
	top:0px;
	left:0px;
	width: 20px;
	height: 20px;
	background-image: url(imagens/cx_c_s_e.png);
}
#gallery_box_seta_c_s_d{
	position: absolute;
	top:0px;
	right:0px;
	width: 20px;
	height: 20px;
	background-image: url(imagens/cx_c_s_d.png);
}
#gallery_box_seta_c_i_e{
	position: absolute;
	bottom:0px;
	left:0px;
	width: 20px;
	height: 20px;
	background-image: url(imagens/cx_c_i_e.png);
}
#gallery_box_seta_c_i_d{
	position: absolute;
	bottom:0px;
	right:0px;
	width: 20px;
	height: 20px;
	background-image: url(imagens/cx_c_i_d.png);
}

#gallery_box_seta_l_e{
	position: absolute;
	left: -10px;
	width: 10px;
	height: 100%;
	background-color: #323031;
}
#gallery_box_seta_l_d{
	position: absolute;
	right: -10px;
	width: 10px;
	height: 100%;
	background-color: #323031;
}
#gallery_box_seta_l_top{
	position: absolute;
	top: -10px;
	width: 100%;
	height: 10px;
	background-color: #323031;
}
#gallery_box_seta_l_top_c{
	position: absolute;
	top: -20px;
	width: 100%;
	height: 10px;
	background-color: #323031;
}
#gallery_box_seta_l_top_20_d{
	position: absolute;
	top: -10px;
	right: -20px;
	width: 20px;
	height: 10px;
	background-color: #323031;
}
#gallery_box_seta_l_top_20_e{
	position: absolute;
	top: -10px;
	left: -20px;
	width: 20px;
	height: 10px;
	background-color: #323031;
}
#gallery_box_seta_l_bottom{
	position: absolute;
	bottom: -10px;
	width: 100%;
	height: 10px;
	background-color: #323031;
}
#gallery_box_seta_l_bottom{
	position: absolute;
	bottom: -10px;
	width: 100%;
	height: 10px;
	background-color: #323031;
}
#gallery_box_seta_l_bottom_20_d{
	position: absolute;
	bottom: -10px;
	right: -20px;
	width: 20px;
	height: 10px;
	background-color: #323031;
}
#gallery_box_seta_l_bottom_20_e{
	position: absolute;
	bottom: -10px;
	left: -20px;
	width: 20px;
	height: 10px;
	background-color: #323031;
}
#gallery_box_seta_l_bottom_c{
	position: absolute;
	bottom: -20px;
	width: 100%;
	height: 10px;
	background-color: #323031;
}
#gallery_box_seta_c_s_e_est{
	position: absolute;
	top: -10px;
	left: -10px;
	width: 10px;
	height: 10px;
	background-image: url(imagens/cx_est_c_s_e.png);
}
#gallery_box_seta_c_s_d_est{
	position: absolute;
	top: -10px;
	right: -10px;
	width: 10px;
	height: 10px;
	background-image: url(imagens/cx_est_c_s_d.png);
}
#gallery_box_seta_c_i_e_est{
	position: absolute;
	bottom: -10px;
	left: -10px;
	width: 10px;
	height: 10px;
	background-image: url(imagens/cx_est_c_i_e.png);
}
#gallery_box_seta_c_i_d_est{
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 10px;
	height: 10px;
	background-image: url(imagens/cx_est_c_i_d.png);
}


#description{
position: absolute;
text-align:center;
bottom:10px;
left:30px;




}
