/* 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: 10px;
	right: 10px;
}
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 {
	margin: 0 -30px;
	position: relative;
	padding: 0;
	overflow: hidden;
	-zoom: 1;
}
div.popup-hidden {
	position: relative;
	overflow: hidden;
	_zoom: 1;
}
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: 10px 30px;
	display: block;
}
div.popup-hidden object {
	margin: 10px 30px;
}
div.showImages li em {
	display: block;
	padding: 0;
	font-style: normal;
	font-size: 11px;
}
div.top-left, div.top-right {
	height: 562px;
	top: -10px;
}
div.top-right, div.bottom-right {
	width: 10px;
	right: 0;
}
div.bottom-left, div.bottom-right {
	height: 10px;
    margin-top: -10px;
    font-size: 1px; line-height: 1px;
}
div.top-left, div.bottom-left {
	width: 100%;
	left: -10px;
}
div.bottom-right {
    right: 0;
}
button.next, button.prev {
	display: block;
	border: none;
	width: 20px;
	color: #fee5cf;
	font-weight: bold;
	position: absolute;
	cursor: pointer;
	cursor: hand;
	padding: 0;
	margin: 0;
	z-index: 10;
	height: 80px;
}
button.next {
	right: 10px;
	top: 10px;
	background: #4e4943 url('../i/site/Default/icons/nextImg.gif') no-repeat 50% 50%;
}
button.prev {
	left: 10px;
	background: #4e4943 url('../i/site/Default/icons/prevImg.gif') no-repeat 50% 50%;
	top: 10px;
}
button.next:hover, button.prev:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/* /showImages */
