@charset "utf-8";
/* CSS Document */


	/* jQuery lightBox plugin - Gallery style */
	#gallery {padding: 10px;
		width: 900px;
		margin:auto;}
	
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 2px solid #666666;
		margin:15px;
		border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius:5px;
		-webkit-border-radius:5px;
		}
	
	#gallery ul a:hover img {
		border: 2px solid #000000;
		margin:15px;
		color: #fff;
		border-radius:5px;
		-moz-border-radius:5px;
		-ms-border-radius:5px;
		-webkit-border-radius:5px;
	}
	#gallery ul a:hover { color: #fff; }


