@import "paging.css";
#image_gallery{
	width: 100%;
	margin-top: 10px;
	font: 100 9pt/16px Verdana;
}
#image_gallery .title{
	color: #BB0000; font-weight: bold; padding: 0px 0px 0px 0px; 
}
#image_gallery .line hr{
	height: 1px; color: #DEDEDE; margin: 5px 0px 5px 0px;
}
#image_gallery .exp{
	padding-top: 10px;
}

#image_gallery_detail {
	width: 100%;
	text-align: center;
}
#image_gallery_detail .title {
	font: 700 16pt/30px Verdana;
	text-align: center;
	color: #BB0000;
	margin: 5px 0px 5px 0px;
}
#image_gallery_detail .img img {
	border: 1px solid #545454;
	width: 500px;
	margin: 0px 0px 10px 0px;
}
#image_gallery_detail .explain {
	font: 100 9pt/17px Verdana;
	margin: 0px 0px 10px 0px;
}
#image_gallery_detail .back_link {
	;
}
#image_gallery_detail .back_link  a{
	color: #BB0000;
	font: 700 9pt/40px Verdana;
}
#image_gallery_detail .numbering{
	text-align: center;
	margin: 20px 0px 15px 0px;
}
#image_gallery_detail .numbering a, #image_gallery_detail .numbering {
	color: #7F7F7F;
	font: 700 9pt/30px Tahoma;
}
#image_gallery_detail .numbering .current_index{
	/*color: #BB0000*/;
}
#image_gallery_detail .window_close{
	margin-top: 5px;
}

