/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	cursor: pointer;
}

#lbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #b2b2b2;
}

#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	/*border: 1px solid #b2b2b2;*/
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../_images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../_images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0091ca;
	/*line-height: 1.4em;*/
	text-align: left;
	/*border: 10px solid #fff;*/
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px; /* 113 */
	height: 22px;
	background: transparent url(../_images/closelabel.gif) no-repeat center;
	margin: 5px 8px 5px 5px;
	outline: none;
}

#lbCaption, #lbNumber {
	/*margin-right: 71px;*/
}

#lbCaption {
	font-weight: bold;
}

