/* ========================  ======================== */
/* ------------------------  ------------------------ */
/* ........................  ........................ */

/* e9eaec */



/* ======================== thumbnail ======================== */

.gallery_thumbs .module_thumbnail {
	margin: 0px 8px 10px 0px;}
.thumbWrap .module_thumbnail {
	margin: 2px 10px 12px 0px;}
.module_thumbnail {
	float: left;
	position: relative;
	background-color: #e9eaec;
}

.module_thumbnail .thumbnail_url {
	width: 80px;
	height: 80px;
	display: block;
}

.module_thumbnail .thumbnail_url img {
	display: block;
	width: 80px;
	height: 80px;	
}

.module_thumbnail .thumbnail_symbol {
	width: 24px;
	height: 24px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(/images/layout/thumbnail_show.gif);
	background-repeat: no-repeat;
	cursor: pointer;
}

.module_thumbnail .thumbnail_data {
	display: none;
}

.gallery_thumbArea .thumbnail_symbol {
	width: 76px;
	height: 76px;
	border: 2px solid #c4c4c4;
	background-image: none;
	display: none;
}

.gallery_thumbArea .mark .thumbnail_symbol {
	display: block;
}

/* ======================== overlay ======================== */

.overlay_shade {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #fff;
	opacity: .75;
	z-index: 999;
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px; 
	z-index: 1000;
	width: 562px;
}

.overlay {
	position: absolute;
	top: 0px;
	left: 0px; 
	z-index: 1000;
	width: 562px;
}

.overlay_top {
	height: 12px;
	background-image: url(/images/layout/overlay_top.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.overlay_middle {
	position: relative;
	background-image: url(/images/layout/overlay_middle.png);
	background-repeat: repeat-y;
	overflow: hidden;
}

.overlay_bottom {
	height: 12px;
	background-image: url(/images/layout/overlay_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

.overlay_ctrl {
	float: right;
	background-image: url(/images/layout/overlay_close.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 17px;
	margin: 0px 16px 10px 0px;
}

.overlay_image {
	clear: both;
	margin: 0 auto;
	background-color: #e9eaec;
	width: 528px;
/*	min-height: 396px; */
}

.overlay_imageHide {
	display: none;
}

.overlay_image img {
	display: block;
	margin: 0 auto;
}

.overlay_content {
	padding: 10px;
	margin: 10px auto;
	width: 528px;
}

.overlay_content h2 {
	font-weight: bold;
	padding: 0px;
}

.overlay_content a {
	position: relative;
	z-index: 1200;
}

.overlay_pagination {
	clear: both;
	text-align: right;
	padding: 0px 16px;
	margin: 0px 0px 10px 0px;
	position: relative;
	z-index: 1200;
	display: none;
}

.overlay_pagination .overlayNav_current {
	
}

.overlay_pagination .overlayNav_total {
	
}

.overlay_pagination .overlayNav_prev {
	padding-left: 10px;
	margin-left: 10px;
	background-image: url(/images/layout/pagination_left.gif);
	background-position: center left;
	background-repeat: no-repeat;
	color: #333;
}

.overlay_pagination .overlayNav_next {
	padding-right: 10px;
	background-image: url(/images/layout/pagination_right.gif);
	background-position: center right;
	background-repeat: no-repeat;
	color: #333;
}

.overlay_pagination a {
	position: relative;
	z-index: 1200;
}

.overlay_pagination .stop,
.overlay_pagination .stop:hover {
	color: #999;
	text-decoration: none;
	cursor: default;
}