@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: #ECECEC;
	width: 91%;
	position: relative;
	left: 0%;
	top: 20px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	.lbGallery ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
	.lbGallery ul li {
	display: inline;
	left: auto;
	position: static;
	top: auto;
	right: auto;
	bottom: auto;
}
	.lbGallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 5px;
	margin: 2px;
	}
	.lbGallery ul a:hover img {
	color: #fff;
	position: relative;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }

/*To remove unwanted focus outlines from links using only CSS*/	

	.lbGallery a::-moz-focus-inner { border: none; }
	
	.lbGallery a { text-decoration:none; } 
	
	
#Page_no {
	width:5%;
	z-index:auto;
	left: 90%;
	position: relative;
	margin-top: 10px;
	padding-top: 40px;
	padding-right: 5px;
	padding-left: 5px;
	visibility: visible;
}


	

