@charset "utf-8";
/* CSS Document */
	img {border:none; outline:none; }
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 10px;
		width: 100%;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {margin-bottom:10px;}
	#gallery ul a:hover img {
	}
	#gallery ul a:hover { color: #fff; }


