@charset "utf-8";
#image_overlay{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:20;
	display:none;
	background:#666;
	margin:0px;
	filter:alpha(opacity=0);
	overflow:visible;
}

#image_box{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:21;
	display:none;
}

#image_container{
	position:relative;
	margin:20px auto;
	z-index:21;
	background:#FFF;
}

#image_navigator{
	height:30px;
	width:100%;
	background:#FFF;
	padding:5px 10px 0px 10px;
	text-align:center;
	z-index:22;
}

#image_header{
	height:15px;
	width:100%;
	background:#FFF;
	padding:5px 10px 0px 10px;
	text-align:right;
	z-index:22;
}

#image_caption{
	height:10px;
	width:100%;
	background:#FFF;
	padding:0px 10px 10px 10px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	z-index:22;
}

#image_caption_text{
	font-size:10px;
	display:none;
	filter:alpha(opacity=0);
	z-index:23;
	background:#FFF;
}

#image_image{
	width:100%;
	height:100%;
	background:#FFF;
	padding:10px;
	z-index:24;
}

#active_image{
	display:none;
	z-index:25;
	filter:alpha(opacity=0);
	background:#FFF;
}

#close_images_button{
	display:none;
	z-index:24;
	float:right;
	cursor:pointer;
	filter:alpha(opacity=0);
}

#previous_image_button{
	display:none;
	float:left;
	cursor:pointer;
	z-index:24;
	filter:alpha(opacity=0);
}

#next_image_button{
	display:none;
	float:right;
	cursor:pointer;
	z-index:24;
	filter:alpha(opacity=0);
}

span.image_gallery_button{
	font-size:12px;
	text-decoration:underline;
	color:#00F;
	cursor:pointer;
}
