#GalleryContainer {
	line-height: 0;
}
.bodyVideoGalleryPage #GalleryContainer {
	max-width: 500px;
	margin-right: 0;
}
.bodyVideoGalleryPage #GalleryContainer p {
	font-style: italic;
	font-size: 13px;
	line-height: 20px;
}
#GalleryContainer .item {	
	margin-bottom: 20px;
	border-bottom: solid 1px #eee;
}
#GalleryContainer .item h3 {
	margin-bottom: 20px;	
}
#GalleryContainer iframe {
	max-width: 100%;	
}

#GalleryContainer a {
	display: inline-block;
	padding: 0 10px 10px 0;
	margin: 0 -4px 0 0;
	width: 33%;
	max-width: 170px;
	border-bottom: none;
	-webkit-transition: opacity 250ms;
	-moz-transition: opacity 250ms;
	-ms-transition: opacity 250ms;
	-o-transition: opacity 250ms;
	transition: opacity 250ms;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#GalleryContainer a img {
	display: block;
}
#GalleryContainer a:hover {
	opacity: 0.7;
}

#SlideshowGallerySlideshowContainer {
	width: 100%;
}
#SlideshowGallerySlideshow {
	display: none;
}
#SlideshowGallerySlideshow img {
	display: none;	
}
#SlideshowGallerySlideshow img:first-child {
	display: inline;	
}
#SlideshowGallerySlideshow .fotorama__thumb-border {
	border-color: #29aae2;
	box-shadow: 0 0 0 2px rgba(256,256,256,0.8) inset;
}

.galleryPagesList {
	margin-right: -10px;
}
.galleryPagesList .item {
	float: left;
	width: 100%;
	padding-top: 10px;
}
.galleryPagesList .item img {
	float: left;
}
.galleryPagesList .item .info {
	padding-left: 180px;
}
.galleryPagesList .item h3 a {
	border-bottom: none;
}
.galleryPagesList .item a.title:hover {
	border-bottom: none;
}

@media screen and (max-width: 479px) {
	.galleryPagesList .item img {
		float: none;
	}
	.galleryPagesList .item .info {
		padding-left: 0;
	}
	.galleryPagesList .item h3 {
		margin-top: 10px;
	}
	#GalleryContainer a {
		padding: 0 3px 3px 0;
		max-width: 161px;
	}
}