/* SLIMBOX */

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

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

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

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

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover { background-image: url(../images/prevlabel.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 0 15%; }

#lbNextLink {
	right: 0;
}

#lbNextLink:hover { background-image: url(../images/nextlabel.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: 100% 15%; }

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

#lbCloseLink { background-image: url(../images/closelabel.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: center; display: block; float: right; width: 113px; height: 22px; margin: 5px 0; outline: none medium; }

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

#lbCaption { color: #000; font-weight: bold; }
