@charset "utf-8";
/* CSS Document */

/* jQuery lightBox plugin - Gallery style */
.gallery ul { list-style: none; }
.gallery ul li { display: inline; }
.gallery ul img {
	border: 5px solid #EAF2F7;
	border-width: 5px;
	margin:5px;
}
.gallery ul a:hover img {
	border: 5px solid #666666;
	border-width: 5px;
	color: #fff;
		margin:5px;
}
.gallery ul a:hover { color: #fff; }
