/* jQuery lightBox plugin - Gallery style */
#gallery {
	width: auto;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
}
#gallery ul a{
	text-decoration: none;
	margin-right: 10px;
}
#gallery ul a:hover img {
	border: 5px solid #aaa;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

div#gallery-header{
	font-size: 15px;
	font-family: sans;
	font-weight: bold;
	margin-bottom: 5px;
}

div#gallery-categories{
	font-size: 13px;
	font-family: sans;
	font-weight: bold;
}

div#gallery-categories select{
	border: 1px solid #000;
	font-family: sans;
	color: #999;
}

