/* SLIMBOX */

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

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

.lbLoading {
	background: #fff url(../img/name/loading.gif) no-repeat center;
}

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



#lbCloseLink {
	display: block;
	float: right;
	width: 81px;
	height: 30px;
	background: transparent url(../img/name/closelabel.png) no-repeat center;
	margin: 5px 0;
	outline: none;
}

