@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 {
	width: 480px;
	padding: 0px;
	}
	.lbGallery ul {
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	}
	.lbGallery ul a:hover img {
	border: 4px solid #C93;
	color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
