@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 {
	padding: 0px;
	width: 529px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
		border: 10px solid #ABD6F6;
		border-width: 7px 7px 7px;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #339DEC;
	border-width: 7px 7px 7px;
	color: #339DEC;
	text-decoration: none;
	}
	.lbGallery ul a:hover { 
	color: #ABD6F6; 
	text-decoration: none;}
	

