/* ------------------------------------------- for gallery */
#gallery_1 {
	position: absolute;
	left: 5px;
	width: 140px;
}
#gallery_2 {
	position: absolute;
	left: 155px;
	width: 140px;
}
#gallery_top {
	position: relative;
	margin-top: 0px;
	margin: auto;
	width: 640px;
	height: 13px;
	background-image:url(../images/gallery/gallery_top.gif);
}
#gallery_container {
	position: relative;
	margin-top: 0px;
	margin: auto;
	padding: 20px;
	width: 600px;
	height: auto;
	background-image:url(../images/gallery/gallery_middle.gif);
	background-repeat: repeat-y;
	text-align: center;
}
#gallery_bottom {
	position: relative;
	margin-top: 0px;
	margin: auto;
	width: 640px;
	height: 13px;
	background-image:url(../images/gallery/gallery_bottom.gif);
}
p.gallery { height: 110px;}

a.gal_pages:link {
	color: #9C1A0D;
	text-decoration: underline;
	font-weight: bold;
}
a.gal_pages:visited {
	color: #F00;
	text-decoration: underline;
	font-weight: bold;
}
a.gal_pages:hover {
	color: #9C1A0D;
	font-weight: bold;
	font-size: 12px;
}
