@charset "utf-8";



/* START HERE FOR GALLERY */

#gallery {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    background-color: #fff;
    padding: 0px 0 
		0px 0;
}



#lightboxWrap {
	margin: 0px 0 0 0px;
	width:100%;
	padding: 0;
}

#gallery img {
	width: 100%;
	opacity: .7;
	outline: none;
}
#gallery a:hover img {
	/*opacity settings below*/
	-moz-opacity: 1;
	-webkit-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
}

#gallery .imgGallery .thumbnailCaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	display: block;
	height: 0%;
	overflow: hidden;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(55, 192, 253, 0.0);
}
#gallery .imgGallery:hover .thumbnailCaption {
	height: 25%;
	padding: 5% 5%;
	background-color: rgba(255,255,255,.6);
	-moz-transition: height .4s, background-color .3s ease;
}
.imgGallery {
	position: relative;
	display: inline-block;
	outline: none;
	width: 12%;
	margin: 2px 0px 2px 1px;
}
.thumbnailWrapper{
	background-color: #000000;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

	
	#wrapper {
		margin: 20px;
		height:90%;	
	}

