/* SLIMBOX */

#lbOverlay  { background-color: #2f5668; cursor: pointer; position: fixed; z-index: 9999; top: 0; left: 0; width: 100%; height: 100% }

#lbCenter, #lbBottomContainer  { background-color: #ffffff; position: absolute; z-index: 9999; overflow: hidden }

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

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

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom    { color: #666; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-variant: small-caps; line-height: 1.4em; text-align: left; letter-spacing: 0.1em; border-style: none solid solid; border-width: 10px; border-color: #ffffff }

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

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

#lbCaption  { font-size: 16px; }
#lbNumber  { font-size: 11px; margin-right: 71px }