/* SLIMBOX */

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

#lbCenter {
	position: absolute;
	z-index: 9;
	overflow: hidden;
	background-color: transparent;
}

#lbBottomContainer {
	position: absolute;
	z-index: 9;
	overflow: hidden;
	background-color: #606060;
}

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

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

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

#lbPrevLink {
	left: 0;
}

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

#lbNextLink {
	right: 0;
}

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

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	color: white;
	line-height: 1.4em;
	text-align: left;
	height: 5px;
}

#lbBottom a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: orange;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

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

#lbCaption {
	font-weight: bold;
	margin-left: 10px;
}
