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

/* CSS Document */

#cboxOverlay {
	background: #fff;
}

#cboxLoadedContent {
	background: #fff;
}

#cboxContent {
	margin-top: 50px;
	margin-bottom: 50px;
	overflow: visible;
	background: #fff;
}

#cboxLoadedContent {
	background: #fff;
	padding: 1px;
}

#cboxLoadingGraphic {
	background: url(images/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
	background: #fff;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0 none;
	height: 64px;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: -64px;
	width: 64px;
}

#cboxPrevious {
	background-position: 0px 0px;
	/* right: 88px; */
	left: 0;
	top: 50%;
	margin-top: -32px;
}

#cboxPrevious:hover {
	background-position: 0px -80px;
}

#cboxNext {
	background-position: -80px 0px;
	/* right: 88px; */
	right: 0;
	top: 50%;
	margin-top: -32px;
}

#cboxNext:hover {
	background-position: -80px -80px;
}

#cboxClose {
	background-position: -160px 0px;
	right: 0;
}

#cboxClose:hover {
	background-position: -160px -80px;
}
</pre></body></html>