@charset "utf-8";
/* CSS Document */

#gallery_instruction{
	position:absolute;
	padding: 6px;
	background-color: #CCCCCC; /*#FFFFCE; */
	color:#003;
	z-index:99999999;
	top: 50px;
	left:100px;
	border: 2px solid #BA9300;
}

/*#gallery_instruction a.hide_instruction{
color: #ff0033;
font-size:10px;
margin-left:10px;
}*/

#main_content_gradient{
background-image:none;
background-color:none;
width:500px;
position:absolute;
top:-100;
z-index:100;
}

div.gallery_nav{
width:500px;
height:20px;
position:absolute;
background-color:#fff;
color:#000033;
z-index:999;
text-align:center;
padding:0;
top:200px;
left:130px;
border:2px solid #999;
}

body div#container_wrapper div#main_content_gradient div#gallery_box div.gallery_nav a.close, body div#container_wrapper div#main_content_gradient div#gallery_box div.gallery_nav a.close:link {position:relative; 
left:-20px;
font-size:.9em;
color: #000033; /*#ff0033;*/
}