/*ID*/
#gallery_block {
	text-align: center;

	font-size: 15pt;
	font-weight: bold;
	color: #256f8d;
}
*html #gallery_block {

}
#gallery_row{
	margin: 0 auto;
}
*html #gallery_row{
	margin: 18px;
}
#gallery_column{
	display: inline;
}
*html #gallery_column{
	margin: 8px;
}
#page_listing {
	text-align: center;
	color: #256f8d;
	font-weight: bold;
	font-size: 8pt;
}
#page_listing a {
	font-size: 8pt;
}
/*CLASSES*/
.gallery_page_link {
}
.gallery_image{
	padding: 8px;
	border: 0;
}
.gallery_image_link{
}