/* jQuery lightBox plugin - Gallery style */
div.photo-gallery li {
		display: inline;
		height: 75px;
		width: 75px; }

#gallery { width: 600px; }
#gallery ul { 
	list-style: none; 
	margin: 0; }
#gallery ul li { 
	display: inline;
	margin-right: 5px; }
#gallery ul img {
	border: 5px solid #bfe2f3;
	border-width: 5px;	margin-bottom: 10px; 
	height: 75px;
	margin-bottom: 10px; 
	width: 75px;
	z-index: 125; }
#gallery ul a:hover img {
	border: 5px solid #006a9b;
	border-width: 5px;
	color: #fff; }

li.last img a {
	font-size: 10px;
	font-weight: bold; 
	text-decoration: none;
	text-transform: uppercase; }
li.last a:hover { color: #333; }

#gallery a[rel] { color: #FFF; }