/* SLIMBOX */

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

#hbCenter, #hbBottomContainer {
	position: absolute;
	z-index: 9999;
	top: 50px;
}

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

#hbPage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
}

#hbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#hbCaption, #hbNumber {
	margin-right: 71px;
}

#hbCaption {
	font-weight: bold;
}

#hbCloseLink {
	background: transparent url(../images/close.jpg) no-repeat;
	position: absolute;
	right: 10px;
	top: 10px;
	height: 200px;
}
