/* SLIMBOX */


#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: transparent;
	cursor: pointer;
	z-index: 500;
}


#lbCenter, #lbBottom {
	position: absolute;
	left: 28%;
	margin-top: 7%;
	overflow: hidden;
	background: #F8F8F8 url(bg2.gif);
	border: 1px dotted #CECECE;
	padding: 10px 10px 0px 10px;
	z-index: 501;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
	z-index: 501;
}

#lbImage {
	/*border: 10px solid #FFFB81;*/
	z-index: 501;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 501;
}

#lbPrevLink {
	left: 0;
	z-index: 501;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
	z-index: 501;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: center;
	/*border: 10px solid #FFFB81;*/
	border-top-style: none;
	z-index: 501;
}

#lbCloseLink {
	display: block;
	width: 100%;
	height: 20px;
	background: transparent url(sulje.gif) no-repeat center;
	margin: 0px;
	z-index: 501;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	z-index: 501;
}

#lbCaption {
	font-size: 9px;
	font-weight: bold;
}
