/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background: url(gfx/overlay3.png) top left repeat;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	border-left: 1px solid #ddd;
	border-top:  1px solid #ddd;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

#lbBottomContainer {
	border-top: 0px;
	padding-top: 5px;
}

.lbLoading {
	background: #fff url(gfx/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	background: transparent url(gfx/prevlabel.gif) no-repeat 0% 100%;
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(gfx/prevlabel.gif) no-repeat 0% 100%;
}

#lbNextLink {
	background: transparent url(gfx/nextlabel.gif) no-repeat 100% 100%;
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(gfx/nextlabel.gif) no-repeat 100% 100%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 3px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: left;
	top: 0;
	width: 1px;
	height: 25px;
	background: url(gfx/close.gif) no-repeat;
	margin: 0 0 3px 3px;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
