#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 2px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}



.gallerycontainer {
width: 100%;
margin: auto;
overflow: hidden;
}


.galleryItem {
color: #797478;
width: 16%;
margin: 1% 2% 10px 2%;
float: left;
-webkit-transition: color 0.5s ease;
}

.galleryItem img {
max-width: 100%;
}

.galleryItem h3{
	margin: 0;
	font-size:12px;
	color:#000;
	font-family:'open_sansregular', Arial, sans-serif;

	
}






@media only screen and (max-width: 530px), only screen and (max-device-width: 530px){

.galleryItem {
width: 100%;
float: none;
text-align:center

}
	
}


@media only screen and (min-width: 940px), only screen and (max-device-width: 940px){

.galleryItem {
width: 21%;

}
	
}