@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: #fff;
	padding: 0px;
	width: 580px;
	position: relative;
	left: -40px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li {
	display: inline;  margin-left: 0px}
	.lbGallery ul img {
		border: 4px solid #91a1c4;
		border-width: 4px;
	}
	.lbGallery ul a:hover img {
		border: 4px solid #003362;
		border-width: 4px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	


