<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: efefef;
	padding: 5px 1px 0px 1px;
	width: 1080px;
	float: left;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border: 2px solid #3e3e3e;
	border-width: 2px 2px 2px 2px;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 2px 2px 2px 2px;
	}
	.lbGallery ul a:hover { color: #fff; }
	
</pre></body></html>