<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
}

.lbLoading {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}

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

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background-image: url(../images/Previous.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 10%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background-image: url(../images/Next.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 90%;
}

#lbBottom {
	font-family: "Lucida Grande", Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height: 1.4em;
	text-align: left;
	border-top-style: none;
	font-weight: normal;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 55px;
	height: 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}

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

#lbCaption {
	font-weight: bold;
}
</pre></body></html>