#jPopOverlay {
	background:url(../../image/bdy/overlay.png) repeat;
	opacity:0.5;
	filter:alpha(opacity = 50);
	height:100%;
	position:absolute;
	width:100%;
	z-index:999999;
}
.jPopCont {
	left:50%;
	margin:-50px 0 0 -50px;
	position:absolute;
	top:50%;
	z-index:9999999;
}
.jPopCont table {
	border-collapse:collapse;
	border-spacing:0;
}
.jPopCont table tr td {
	height:20px;
	margin:0;
	padding:0;
	table-layout:fixed;
	width:20px;
}
.jPopCont table tr.jPopupTop td.jPopupTopMiddle, .jPopCont table tr.jPopupBottom td.jPopupBottomMiddle {
	height:20px !important;
}
.jPopCont table tr.jPopupMiddle td.jPopupMiddleLeft, .jPopCont table tr.jPopupMiddle td.jPopupMiddleRight {
	height:auto;
}
.jPopCont table tr.jPopupTop td.jPopupTopLeft {
	background:url(../../image/bdy/corner-left-top.png) 0 0 no-repeat !important;
	_background:transparent;
	 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src="/biz/image/bdy/corner-left-top.png", sizingMethod="crop");
}
.jPopCont table tr.jPopupTop td.jPopupTopRight {
	background:url(../../image/bdy/corner-right-top.png) 0 0 no-repeat !important;
	_background:transparent;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src="/biz/image/bdy/corner-right-top.png", sizingMethod="crop");
}
.jPopCont table tr.jPopupTop td.jPopupTopMiddle {
	background:url(../../image/bdy/corner-middle-top.png) 0 0 repeat-x !important;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src="/biz/image/bdy/corner-middle-top.png", sizingMethod="scale");
}
.jPopCont table tr.jPopupMiddle td.jPopupMiddleLeft {
	background:url(../../image/bdy/corner-left-middle.png) 0 0 repeat-y !important;
	_background:transparent;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src="/biz/image/bdy/corner-left-middle.png", sizingMethod="scale");
}
.jPopCont table tr.jPopupMiddle td.jPopupMiddleRight {
	background:url(../../image/bdy/corner-right-middle.png) 0 0 repeat-y !important;
	_background:transparent;
	 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src="/biz/image/bdy/corner-right-middle.png", sizingMethod="scale");
}
.jPopCont table tr.jPopupBottom td.jPopupBottomLeft {
	background:url(../../image/bdy/corner-left-bottom.png) 0 0 no-repeat !important;
	_background:transparent;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src="/biz/image/bdy/corner-left-bottom.png", sizingMethod="crop");
}
.jPopCont table tr.jPopupBottom td.jPopupBottomRight {
	background:url(../../image/bdy/corner-right-bottom.png) 0 0 no-repeat !important;
	_background:transparent;
	 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src="/biz/image/bdy/corner-right-bottom.png", sizingMethod="crop");
}
.jPopCont table tr.jPopupBottom td.jPopupBottomMiddle {
	background:url(../../image/bdy/corner-middle-bottom.png) 0 0 repeat-x !important;
	_background:transparent;
 	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src="/biz/image/bdy/corner-middle-bottom.png", sizingMethod="scale");
}
.jPopCont table tr.jPopupMiddle td.jPopupMiddleMiddle {
	background-color:white;
	vertical-align:top;
}
.jPopContent {
	height:100px;
	overflow:hidden;
	width:100px;
}
.jPopContent iframe {
	background:transparent;
	border:0;
	height:100%;
	width:100%;
}
.jPopContent iframe.jGallery {
	height:90%;
}
.jPopCont a.jPopupClose {
	background:url(../../image/bdy/ico-close-button.png) 0 0 no-repeat !important;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src="/biz/image/bdy/ico-close-button.png", sizingMethod="scale");
	cursor:pointer;
	display:none;
	height:20px;
	position:absolute;
	right:30px;
	top:-10px;
	text-indent:-9999px;
	width:28px;
}
.jPopIframe {
	height:100%;
	width:100%;
}
.jPopLoader {
	background:white url(../../image/bdy/loading.gif) center center no-repeat;
}
.jPopContent {
	position:relative;
}
.gallery-pagenation {
	color:#666666;
	font-weight:bold;
	margin-left:30px;
	margin-top:-10px;
}
.gallery-pagenation ul {
	list-style:none;
	margin:0;
	padding:0;
	width:200px;
}
.gallery-pagenation ul li {
	background:url(../../image/bdy/ico-page-bg.png) 0 0 no-repeat !important;
	_background:transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled="true", src="/biz/image/bdy/ico-page-bg.png", sizingMethod="crop");
	cursor:pointer;
	float:left;
	margin-right:2px;
	padding:3px 12px;
}