Last-Modified: Tue, 13 Jan 2009 20:07:04 GMT
ETag: "1e0ca1-63d-46062c457ea00"
Accept-Ranges: bytes
Content-Length: 1597
Connection: close
Content-Type: text/css

/* SLIMBOX */

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

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

#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	/* background-color: #000; */
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #0070ff;
	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_chevron.png) no-repeat 10% 50% !important;
	background: transparent url(prev_low.gif) no-repeat 0% 50%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(next_chevron.png) no-repeat 90% 50% !important;
	background: transparent url(next_low.gif) no-repeat 100% 50%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	/* border: 10px solid #fff; */
	border-top-style: none;
}

#lbCloser {
	display: block;
	width: 24px;
	height: 24px;
	background: transparent url(close.png) no-repeat center !important;
	background: transparent url(close.gif) no-repeat center;
	position: absolute;
	z-index: 10000;
	cursor: pointer;
}

#lbNumber {
	float: right;
	color: #0070ff;
}

#lbCaption {
	font-weight: bold;
	float: left;
}
