#galleryContainer {
	position: relative;
	width: 920px;
	margin: -45px auto 0px auto;
	/*border: 1px solid #0000ff;*/
}
.galleryRightContainer {
	position: absolute;
	right: 0px;
	height: 588px;
	width: 316px;
	top: -140px;
	background: transparent url('gallery_box.png') no-repeat top left;
	z-index: 4;
}
.galleryRightContainer h3 {
	margin-top: 20px;
	margin-left: 20px;
	height: 27px;
	width: 200px;
	text-indent: -2300px;
	overflow: hidden;
	background: transparent url('select_a_gallery.png') no-repeat top left;
}
.galleryRightContainer ul {
	list-style-type: none;
	padding-left: 24px;
}
.galleryRightContainer ul li a {
	display: block;
	height: 26px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 16px;
}
.galleryRightContainer ul li a:hover,
.galleryRightContainer ul li a.selected {
	background: transparent url('paint.png') no-repeat top left;
}
.galleryLeftContainer {
	position: relative;
	width: 600px;
	min-height: 500px;
	/*border-right: 1px solid #00ff00;*/
}
.galleryLeftContainer h2 {
	line-height: 28px !important;
	margin: 10px 0px 0.5em 16px;
}
.galleryImgContainer {
	float: left;
	padding: 4px 16px;
	background-color: #e5e6e6;
	border: 2px solid #a8a395;
	margin-left: 12px;
	height: 168px;
}
.galleryImgContainer img {
	border: 1px solid #000000;
}
.galleryImgType {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
}
.page_index {
	position: absolute;
	top: -57px;
	right: 0px;
	width: 300px;
	font-size: 14px;
	padding: 6px;
}
.page_index .title {
	display: none;
}
.page_index a {
	margin-right: .5em;
	color: #000000;
	font-weight: bold;
}
.page_index .current {
	padding: 3px;
	color: #ffffff;
	background-color: #000000;
}