/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #333333;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/csr/2019/common/images/modal/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 20px solid #fff;
	background-repeat: no-repeat;
}

#lbBottom {
	line-height: 1.4em;
	text-align: center !important;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	width: 66px;
	height: 22px;
	background: transparent url(/csr/2019/common/images/modal/closelabel.gif) no-repeat center center;
	margin: 5px auto;
	outline: none;
}
#lbCloseLink:hover {
	background:url(/csr/2019/common/images/modal/closelabel2.gif) !important;
}
