/* showImages */
a.closeShow {
	display: block;
	width: 21px;
	height: 21px;
	background: transparent url('../i/site/Default/icons/close.gif') no-repeat 0 0;
	position: absolute;
	z-index: 20;
	top: 20px;
	right: 27px;
}
div.showImages {
	position: absolute;
	overflow: hidden;
}
div.showImages ul {
	position: relative;
	padding: 0;
	margin: 0;
	float: left;
}
div.showImages li {
	display: block;
	float: left;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	background: none;
	position: relative;
}
div.popup-center {
	margin: 0 auto;
	postion: relative;
	text-align: left;
}
div.popup-wrap {
	position: relative;
	padding: 0 0 5px;
	overflow: hidden;
	-zoom: 1;
}
div.popup-hidden {
	position: relative;
	overflow: hidden;
	_zoom: 1;
	text-align: center;
}
div.popup-bg {
	position: absolute;
	
	z-index: -1;
	background: transparent url('../i/site/Default/popup-bg.png') no-repeat 0 0;

	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/site/Default/popup-bg.png', sizingMethod='crop');
	
}
div.popup-hidden img {
	margin: 20px auto 14px;
	display: block;
}
div.popup-hidden object {
	margin: 20px 70px 14px;
}
div.showImages li em {
	display: block;
	padding: 0 20px 5px;
	font-style: normal;
	font-size: 11px;
}
div.top-left, div.top-right {
	height: 1500px;
	top: -5px;
}
div.top-right, div.bottom-right {
	width: 5px;
	right: 0;
}
div.bottom-left, div.bottom-right {
	height: 5px;
}
div.top-left, div.bottom-left {
	width: 100%;
	left: -5px;
}
button.next, button.prev {
	display: block;
	border: none;
	width: 70px;
	color: #fee5cf;
	font-weight: bold;
	position: absolute;
	cursor: pointer;
	cursor: hand;
	padding: 0;
	margin: 0;
	z-index: 10;
	min-height: 80px;
	_height: 80px;
	top: 50px;
	_top: 50%;
	_margin-top: -40px;
	bottom: 0;
}
button.next {
	right: 0;
	background: transparent url('../i/site/Default/icons/photo-next.gif') no-repeat 50% 50%;
}
button.prev {
	left: 0;
	background: transparent url('../i/site/Default/icons/photo-prev.gif') no-repeat 50% 50%;
}
button.next:hover, button.prev:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/* /showImages */