@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: trasparent;
	width: 700px;
	height: 220px;
	margin: auto;
	text-align: center;
	z-index: 4;
	top: 16px;
	visibility: visible;
	position: absolute;
	left: 10px;
	}
.lbGallery ul {
	
	list-style: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.lbGallery ul:hover {

	
}

.lbGallery ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.lbGallery ul img {
	border: 1px solid #6A686F;
	height: 180px;
	margin: 5px;
	}
.lbGallery ul li a img {
	filter: Alpha(Opacity=80);
	opacity: 0.80;
	height: 95px;
	width: auto;
}

.lbGallery ul a:hover img {
	border: 1px solid #818181;
	filter: alpha(opacity=99);
	opacity: 0.99;

		}

	
