/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: transparent;
	padding: 0 30px 30px 30px;
}

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

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

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

#lbPrevLink {
	left: -18px;
	background: transparent url(images/knapp-prev.png) no-repeat 0% 50%;
}

/*
#lbPrevLink:hover {
	background: transparent url(images/knapp-prev.png) no-repeat 0% 15%;
}
*/

#lbNextLink {
	right: -18px;
	background: transparent url(images/knapp-next.png) no-repeat 100% 50%;
}

/*
#lbNextLink:hover {
	background: transparent url(images/knapp-next.png) no-repeat 100% 15%;
}
*/

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

#lbCloseLink {
display: block;
float: right;
width: 66px;
height: 35px;
background: transparent url(images/closelabel.png) no-repeat center;
margin: 5px 0;
outline: none;
position: absolute;
top: -23px;
right: -35px;
z-index: 1000000;
}

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

#lbCaption {
	font-size: 12px;
	margin-top: 4px;
	
}
