@charset "utf-8";



/* START HERE FOR GALLERY */

#gallery {
}

#lightboxWrap {
	margin: 25;
	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;
	display: block;
	height: 0%;
	overflow: hidden;
	font: 1em/1.2em source-sans-pro, sans-serif;
	text-align: center;
}
#gallery .imgGallery:hover .thumbnailCaption {
	height: 25%;
	-moz-transition: height .4s, background-color .3s ease;
}
.imgGallery {
	position: relative;
	display: inline-block;
	outline: none;
	width: 22.5%;
}
.thumbnailWrapper{
}

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