<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 */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
.lbGallery {
		background-color: #444;
		padding: 10px;
		width: 520px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	.lbGallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	

.lbGallery {
	/*gallery container settings*/
	background-color: #113042;
	padding-left: 6px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	width: auto;
	height: auto;
	text-align: left;
}

.lbGallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.lbGallery ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

.lbGallery ul li a {
	text-decoration: none;
}

.lbGallery ul li a img {
	/*border color, width and margin for the images*/
	border-color: #286f99;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.lbGallery ul li a:hover img {
	/*background color on hover*/
	border-color: #ff8833;
	border-left-width: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
}

#lightbox-container-image-box {
	border-top: 0px none #ffffff;
	border-right: 0px none #ffffff;
	border-bottom: 0px none #ffffff;
	border-left: 0px none #ffffff;
}

#lightbox-container-image-data-box {
	border-top: 0px;
	border-right: 0px none #ffffff;
	border-bottom: 0px none #ffffff;
	border-left: 0px none #ffffff;
}
</pre></body></html>