/* SLIMBOX */

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

#lbCenter, #lbBottomContainer { position: absolute; left: 50%; overflow: hidden; background-image: url(paperpatternsmall.jpg); }

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	/* border: solid 15px #fffbd2; */
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 15px;
}

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom { font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-size: 10px; color: #666; background-color: transparent !important; margin-right: 15px; margin-left: 15px; }

#lbCloseLink { background-image: url(closelabel.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; display: block; float: right; width: 75px; height: 20px; margin-bottom: 15px; margin-top: 5px; margin-right: 15px; }
#lbCloseLink:hover { background: url(closelabel-over.gif) no-repeat right bottom; }
#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
#id { }
