#gallery_table{
	margin: 0px 10px 0px 10px;
	width: 700px;
}
#gallery_table .item{
	height: 90px;
	overflow: hidden;
}
#gallery_table .title{
	color: #000000; 
	font: 700 8pt/16px Tahoma;
}
#gallery_table img{
	width: 150px;
	height: 82px;
}
#gallery_table .line hr{
	height: 1px;
	color: #DEDEDE;
	margin: 2px 0px 2px 0px;
	font-size: 1px;
}
#gallery_table .exp{
	font: 100 8pt/16px Tahoma;
}

#image_gallery_detail{
	margin: 0px 10px 0px 10px;
	width: 700px;
}
#image_gallery_detail .imagetd{
	text-align: left;
}
#image_gallery_detail .img{
	margin: 10px;
	text-align: center;
}
#image_gallery_detail img{
	width: 400px;
	height: 300px;
}
#image_gallery_detail .title{
	font: 700 10pt/16px Tahoma;
	color: #2E2C2C;
	padding-bottom: 10px;
}
#image_gallery_detail .gallery_explain{
	width: 98%;
	text-align: left;
	margin-bottom: 10px;
	font: 100 8pt/18px Tahoma;
}
#image_gallery_detail .paging{
	text-align: center;
}
#image_gallery_detail .paging a{
	color: 000000;
}
#image_gallery_detail .paging .current_index {
	color: FF0000;
}
#image_gallery_detail .back_link{
	margin-top: 5px;
}
#image_gallery_detail .back_link a{
	color: #CD0000;
	font: 700 8pt/20px Tahoma;
}
