/* SLIMBOX */

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

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

#lbBottomContainer {
	display: none;
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #FFF;
	}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding: 0px 5px;
	line-height: 1.4;
	text-align: left;
	}

	#lbCloseLink {
		padding: 0px;
		margin: 0px;
		padding-right: 5px;
		float: right;
		width: 64px;
		height: 20px;
		background: url(viewbox/close_grey.png) no-repeat center;
		outline: none;
		}

	#lbCaption, #lbNumber {
		float: left;
		padding-top: 2px;
		padding-left: 5px;
		}

	#lbCaption {
		font-weight: bold;
		}

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

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

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

	#lbPrevLink {
		left: 0;
		}

		#lbPrevLink:hover {
			background: transparent url(viewbox/prevlabel.gif) no-repeat left bottom;
			}

	#lbNextLink {
		right: 0;
		}

		#lbNextLink:hover {
			background: transparent url(viewbox/nextlabel.gif) no-repeat right bottom;
			}
