/* SLIMBOX */

#lbOverlay {
	position:		absolute;
	left:			0;
	width:			100%;
	background-color:	#ccc;
	cursor:			pointer;
}

#lbCenter, #lbBottomContainer {
	position:		absolute;
	left:			50%;
	overflow:		hidden;
	background-color:	#fff;
}

#lbCenter {
	border-top:		1px solid #999;
	border-left:		1px solid #999;
	border-bottom:		2px solid #666;
	border-right:		2px solid #666;
}

#lbBottomContainer {
	border-top:		0;
	border-left:		1px solid #999;
	border-bottom:		2px solid #666;
	border-right:		2px solid #666;
}

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

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

#lbNumber {
	text-align:		center;
}

#lbPrevLink {
	display:		block;
	float:			left;
	top:			0;
	width:			80px;
	height:			14px;
	left:			0;
	margin-top:		-16px;
	outline:		none;
	background:		transparent url('../images/slimbox/zurueck.gif') no-repeat center;
}

#lbNextLink {	width:			100%;

	display:		block;
	float:			right;
	top:			0;
	width:			80px;
	height:			14px;
	right:			0;
	margin-top:		-16px;
	outline:		none;
	background:		transparent url('../images/slimbox/weiter.gif') no-repeat center;
}

#lbBottom {
	border-left:		10px solid #fff;
	border-right:		10px solid #fff;
	border-bottom:		10px solid #fff;
	color:			#666;
}

#lbCloseLink {
	display:		block;
	float:			right;
	width:			21px;
	height:			21px;
	background:		transparent url('../images/slimbox/schliessen-button.gif') no-repeat center;
}

#lbRuler {
	margin-top:		4px;
	margin-bottom:		4px;
        border-top:		1px solid #ccc;
	border-bottom:		0;
	border-left:		0;
	border-right:		0;
	height:			1px;
	width:			100%;
}

#lbCaption {
	text-align:		left;
	font-weight:		normal;
}
