@charset "utf-8";
/* CSS Document */

#gallery_mainPhoto {
	float:left;
	width:550px;
	height:350px;
	text-align:center;
}

#gallery_mainPhoto img {
	margin-left:auto;
	margin-right:auto;
}

#gallery_thumbList {
	float:right;
	width:282px;
	/*border:1px solid black;*/
}

.gallery_thumb {
	float:left;
	width:85px;
	height:85px;
	margin:3.5px;
	
	-moz-opacity:.60;
	opacity:.60;
	filter:alpha(opacity=60);
}

.gallery_thumb:hover {
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
}

.gallery_thumb img {
	border-color:#4e3e1c;
}

.gallery_selThumb {
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
}

#gallery_thumbList_pad {
	clear:both;
	height:15px;
}

#gallery_thumbList_paging {
	margin-top:0px;
	text-align:center;
	border-top:2px dotted #666666;
}

#gallery_pad {
	clear:left;
	height:15px;
}

#gallery_category_paging {
	width:550px;
	height:30px;
	font-size:12px;
	line-height:30px;
	border:2px dotted #666666;
	border-left:none;
	border-right:none;
	text-align:center;
}

#gallery_navTitle {
	font-size:12px;
	font-weight:bold;
}

#gallery_bottom_pad {
	clear:both;
	height:15px;
}

.gallery_pageTab, .gallery_catPageTab {
	display:block;
	/*background-color:#FFFFFF;*/
	color:#000000;
	width:20px;
	margin:2px;
	line-height:25px;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	
	
}

.gallery_pageTab:hover, .gallery_catPageTab:hover {
	color:#fab02e;
}

.gallery_catPageTab {
	width:200px;
	border:none;
}

#gallery_left_pageTab {
	float:left;
}

#gallery_right_pageTab {
	float:right;
}
