/* jQuery lightBox plugin - Gallery style */

	#gallery {
		background-color: #e2e2e2;
		padding: 10px;
		width: 600px;
		text-align: center;
		margin:0 auto 20px auto;
	}
	ul.gallery { 
		list-style: none;
	}
	ul.gallery li { display: inline; }
	ul.gallery img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
	}
	ul.gallery a:hover img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	ul.gallery a:hover { color: #3e3e3e; }