@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 {
	padding: 0px;
	margin: 0px;
	}
	.lbGallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	.lbGallery ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
	.lbGallery ul img {
	margin: 0px;
	width: 45px;
	height: 45px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
	.lbGallery ul a:hover img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 10px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	filter: Blur(Add=50, Direction=1, Strength=100);
	cursor: pointer;
	}
	.lbGallery ul a:hover {
}
	
