#center_main_content {
	width: 780px;
	margin: 0 auto;
}
#galleries {
	float: left;
	width: 225px;
	margin-top: 20px;
}
#gallery_banner {
	background: url('../images/bg_portfolio_parent.jpg') repeat-x;
	width: 225px;
	height: 28px;
	margin: 0;
	color: #fff;
	font-size: 13px;
	list-style: none;
	padding: 0;
	cursor: pointer;
}
.album {
	list-style: none;
	margin: 0;
	padding: 0;
}
.album_name {
	cursor: pointer;
}
.album li {
	background: url('../images/bg_portfolio_sub.jpg') repeat-x;
	width: 205px;
	line-height: 28px;
	padding: 0 0 0 20px;
	margin: 0;
	color: #000;
	font-size: 13px;
}
.arrow_right {
	margin-left: 10px;
	background: url('../images/bg_portfolio_arrow_right.jpg') top left no-repeat;
	line-height: 28px;
	padding-left: 18px;
	vertical-align: middle;
}
.arrow_down {
	margin-left: 10px;
	background: url('../images/bg_portfolio_arrow_down.jpg') top left no-repeat;
	line-height: 28px;
	padding-left: 18px;
	vertical-align: middle;
}
#gallery_content {
	float: right;
	width: 540px;
}
#gallery_content #banner {
	margin-top: 20px;
	background: url('../images/bg_portfolio_banner.jpg') repeat-x;
	width: 540px;
	height: 35px;
}
#gallery_content #banner #title {
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	float: left;
	line-height: 35px;
	margin-left: 10px;
}
#gallery_content #banner #slideshow {
	float: right;
	width: 137px;
}
#gallery_content #images {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 20px;
}
#gallery_content #images li {
	list-style: none;
	float: left;
	height: 145px;
}
#gallery_content #images li img {
	border: 3px solid #5F4934;
}
#gallery_content #images li img:hover {
	border: 3px solid #CB0C38;
	
}
#gallery_content #images li .image_title {
	font-weight: bold;
	font-size: 11px;
	width: 137px;
}

#gallery_content #images li .image_sub_title {
	color: #2C2218;
	font-size: 10px;
	width: 137px;
}