/* Preload images */
body:after {
	content: '';
	display: none;
}
body.lb-disable-scrolling {
	overflow: hidden;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #9f866e;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	display: none;
}
.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}
.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	max-height: none;
	border-radius: 3px;/* Image border */
}
.lightbox a img {
	border: none;
}
.lb-outerContainer {
 *zoom: 1;
	margin: 0 auto;
	border-radius: 4px;
	border: 6px solid #bcaa89;
	border-radius: 35px;/* Background color behind image.
     This is visible during transitions. */

}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-loader {
	position: absolute;
	top: 40px;
	right: 40px;
	text-align: center;
	line-height: 0;
	z-index: 9999999;
	cursor: pointer;
}
.lb-loader {
	display: block !important;
}
.lb-cancel {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
}
.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==');
}
#lightbox a[href=""] {
	cursor: pointer !important;
}
#lightbox a[href=""]:focus, #lightbox a[href=""]:active {
	pointer-events: visible !important;
	cursor: pointer !important;
}
#lightbox .btn-over img, #lightbox .over-img img, #lightbox img.over, #lightbox img:not(.btn):not(.non-over), #lightbox button img {
	opacity: 1;
	transition: none !important
}
.lb-prev, .lb-next {
	height: 20px;
	width: 13px;
	display: block;
	top: 50%;
	position: absolute;
	pointer-events: visible;
	z-index: 3000;
}
a.lb-prev {
	left: -7%;
	display: block !important;
	background: url(../img/company/prev_on.svg) no-repeat  center;
}
a.lb-next {
	right: -7%;
	display: block !important;
	background: url(../img/company/next_on.svg) no-repeat  center;
}
a.lb-prev:hover {
	background: url(../img/company/prev.svg) no-repeat  center;
}
a.lb-next:hover {
	background: url(../img/company/next.svg) no-repeat  center;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
 *zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 4px;
	color: #ccc;
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 12px;
	line-height: 24px;
	display: block !important;
	z-index: 9999;
	color: #000;
	letter-spacing: 1.2;
}
.lb-data .lb-caption dl {
	display: table-cell;
	vertical-align: middle;
}
.lb-data .lb-caption dl.li_4 {
	padding-left: 168px;
}
.lb-data .lb-caption dl.li_6 {
	padding-left: 0;
}
.lb-data .lb-caption dl.li_4 dd.txt {
	margin-left: 54px;
}
.lb-data .lb-caption .sec2_price {
	text-align: right;
	font-weight: bold;
	font-size: 25px;
	line-height: 44px;
	margin-right: 100px;
}
.lb-data .lb-caption .sec2_price span {
	font-size: 18px;
}
.lb-data .lb-caption dl.li_4 .sec2_price {
	margin-right: 0;
}
.lb-data .lb-caption a {
	color: #5d451a;
}
.lb-data .lb-number {
	display: none !important;
	clear: left;
	font-size: 14px;
	color: #eee8dd;
	margin: -50px auto 0 auto;
	position: relative;
	z-index: 10;
	background: #bcaa89;
	text-align: center;
	line-height: 26px;
	border-radius: 10px;
	width: 117px;
	letter-spacing: 0;
}
.lb-data .lb-close {
	display: block;
	float: right;
	width: 15px;
	height: 15px;
	text-align: right;
	outline: none;
	background: url(../img/company/close.svg) no-repeat center / 100% auto;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.lb-data .lb-close:hover {
	opacity: 0.7;
}
