#contentHeader{}
	#vs10 { height:10px; }
	.lineGray {
		border-top:2px solid #999999;
		border-bottom:0px;
		border-left:0px;
		border-right:0px;
		padding:0;
		margin:5px 0px 0px;
		height:0;
		line-height:0;
	}
	.channelTitle { color:#252525; font-size:22px; }
	.hrRed { border-top:3px solid #CD3333; border-bottom:0px; border-left:0px; border-right:0px; }
	
#albumOuter { border:1px solid #999999; }
	#albumInner { margin:10px 10px 30px; }
		.cover_box { float:left; margin:5px 10px 10px; width:166px; height:216px; }
			.cover_box a { color:#535152; font-weight:bold; text-decoration:none; }
			.cover_box a:hover { text-decoration:underline; }
		.cover_img { background:url(../images/gallery_thumbBox.png) no-repeat; width:185px; height:166px; margin-bottom:5px; }
			.cover_img img { margin:22px 0px; }


#gal_contents { float:left; width:440px; border:1px solid #999999; }
	#largeImage { margin:20px 10px; }
	#album_desc { margin:25px 10px; }

#gal_thumbs { float:right; width:180px; margin:20px 10px;}			
	#galThumbs_box { position:relative; margin:0; padding:0px; width:162px; height:375px; overflow:hidden; list-style:none; }
		#galThumbs_box div { position:absolute; top:0; left:0; margin:0; padding:0; background:none;}
		#galThumbs_box img { border:1px solid #e1e1e1; margin:0 2px; padding:0; }
			*html #galThumbs_box img { margin:1px 2px; }
	

div#right_next { -moz-border-radius-topright:5px; -webkit-border-top-right-radius:5px; float:right; margin-right:2px; }
div#left_prev { -moz-border-radius-topleft:5px; -webkit-border-top-left-radius:5px; float:left; margin-left:2px; }
	*html div#left_prev { top:431px; }

div.haponGalButton {
	width:76px;
	height:25px;
	line-height:0.7;
	margin-bottom:2px;
	-moz-opacity:.40;
	filter:alpha(opacity=40);
	opacity:.40;
	cursor:pointer;
	z-index:100;
	background:#BFB6AC;
	font-size:30px;
	text-align:center;	
}
div.haponGalButtonOver{-moz-opacity:.80;filter:alpha(opacity=80);opacity:.80;}
	
