@CHARSET "ISO-8859-1";

	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		background-color: #fff;
		padding: 10px;
		width: 668px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		margin-right: 3px;
		border: 5px solid #131f3f;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #828ead;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }

