@charset "utf-8";


.gallery-wrap {
	width:100%;
	padding:2%px 0px 2%px 2%px;
}

.gallery-wrap1 {
	width:100%; height: auto; padding:0px 0px 0px 0px; margin-top:2px;
}
.gbox {
	width:188px; height:150px; float:left; padding:20px 15px 20px 15px;
}
.gbox1 {
	width:220px; height:215px; float:left; padding:0px 15px 30px 15px;
}

.gbox2 {
	width:99%;
	height:100%;
	float:left;
	padding:0px 1px 1px 1px;
	margin-bottom:1px;
}
.gpic {
	width:100%;
	height:100%;
	border:#FFFFFF 2px solid;
	padding:1px;
}
.gpic1{
	width:135px; height:192px; border:#c2b25d 1px solid; padding:3px;
}

.gpic2 {
	width: auto; height:auto; border:#c2b25d 1px solid; padding:1px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	line-height: 0;
}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: 0px; }

#outerImageContainer{
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#imageContainer{
	padding: 10px;
}

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(gallery/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(gallery/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px/1.4em Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	overflow: auto;
	width: 100%;
	background-color: #FFFFFF;
	color: #000000;
}

#imageData{
	padding:0 10px;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
}
.gal img {
	border: 2px solid #FFFFFF;
}
