
/* Bilderbox */
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #222;
	cursor: pointer; }
#lbCenter,  #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff; }
.lbLoading {
	background: #fff url(lgs/loading.gif) no-repeat center; }
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000; 
	}
#lbPrevLink,  #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none medium; }
#lbPrevLink {
	left: 5px; }
#lbPrevLink:hover {
	background: url(lgs/prevlabel.gif) no-repeat 0 90%; }
#lbNextLink {
	right: 5px; }
#lbNextLink:hover {
	background: url(lgs/nextlabel.gif) no-repeat 100% 90%; }
#lbBottom {
	background-color: #666;
	color: #fff;
	font-size: 11px;
	text-align: left;
	text-indent: 7px;
	padding-top: 5px;
	border: solid 1px #000; }
#lbCloseLink {
	display: block;
	float: right;
	width: 77px;
	height: 22px;
	background: url(lgs/closelabel.gif) no-repeat center;
	margin: 4px;
	 }
#lbCaption,  #lbNumber {
	margin-right: 71px; }
#lbCaption {
	font-weight: bold; }
