@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
.lbGallery {
	background-color: #666;
	padding: 10px;
	width: 80px;
	height: auto;
	float: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	}
	.lbGallery ul {
	list-style: none;
	height: auto;
	width: 80px;
	font-size: 9px;
}
	.lbGallery ul li {
	display: inline;
	height: auto;
	width: 80px;
}
	.lbGallery ul img {
	height: 60px;
	width: 80px;
	float: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3e3e3e;
	border-right-color: #3e3e3e;
	border-bottom-color: #3e3e3e;
	border-left-color: #3e3e3e;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #fff;
	border-width: 5px 5px 5px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	}
	.lbGallery ul a:hover { color: #fff; }
	
