body:after {
	content: url(../../../img/Cmn/plugin/close.png) url(../../../img/Cmn/plugin/loading.gif) url(../../../img/Cmn/plugin/prev.png) url(../../../img/Cmn/plugin/next.png);
	display: none;
}
body.lb-disable-scrolling {
	overflow: hidden;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #E6E6E6;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
	position: absolute;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50% !important;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
	padding: 50px 100px 16px;
	background: #fff;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;
	border: 4px solid white;
	margin: 0 auto;
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	*zoom: 1;
	height: 250px;
	margin: 0 auto;
	border-radius: 0;
	background-color: white;
}
.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../../../img/Cmn/plugin/loading.gif) no-repeat;
}
.lb-container {
	width: 100%;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
	cursor: pointer;
	position: absolute;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 70px;
	height: 80px;
}
.lb-nav a.lb-prev {
	background: url(../../../img/Cmn/plugin/lb_icon_arrow_l.png) center no-repeat;
	left: -90px;
	background-size: 22px 41px;
}
.lb-nav a.lb-next {
	background: url(../../../img/Cmn/plugin/lb_icon_arrow_r.png) center no-repeat;
	right: -90px;
	background-size: 22px 41px;
}
.lb-dataContainer {
	margin: 0 auto;
	*zoom: 1;
	width: 100% !important;
	margin-top: 22px;
}
.lb-data {
	width: 100%;
	display: block;
}
.lb-data .lb-details {
	width: 100%;
	text-align: left;
	font-size: 1rem;
	line-height: 1;
}
.lb-data .lb-caption a {
	color: #000;
	font-size: 1.1rem;
}
.lb-data .lb-number {
	display: block;
	float: right;
	font-size: 1rem;
}
.lb-data .lb-close {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../../../img/Cmn/plugin/lb_icon_close.png) top right no-repeat;
	position: absolute;
	top: 23px;
	right: 23px;
	cursor: pointer;
}
/* design hand modal */