#Gallery {
	margin: 20px 0 0 0;
}

#Gallery #GalleryBig {
	padding: 5px;
}

#Gallery #GalleryBig .caption .photographer {
	font-style: italic;
}

#Gallery .galleryNav {
	margin: 10px auto !important;
	width: 180px;
}

#Gallery .galleryNav li {
	float: left;
	list-style: none !important;
	margin: 0 !important;
	margin-bottom: 5px;
}

#Gallery .galleryNav li.prev a,
#Gallery .galleryNav li.next a {
	display: block;
	height: 30px;
	text-indent: -10000px;
	width: 30px;
}

#Gallery .galleryNav li.prev a {
	background: url(/kontext/images/fancybox/fancy_nav_left.png) no-repeat;
}

#Gallery .galleryNav li.next a {
	background: url(/kontext/images/fancybox/fancy_nav_right.png) no-repeat;
}

#Gallery .galleryNav li.imageNo {
	margin: 0 20px !important;
	text-align: center;
}

#Gallery ul.thumbnails {
	padding-left: 40px;
	width: 100%;
}

#Gallery ul.thumbnails li {
	float: left;
	height: 150px;
	list-style: none !important;
	padding: 5px;
	width: 150px;
}

#Gallery ul.thumbnails li a {
	background: none !important;
}

#Gallery ul.thumbnails li img {
	max-height: 150px;
	max-width: 150px;
}
#Gallery ul.thumbnails li img.playButton {
	left: 50px;
	opacity: 1;
	position: absolute;
	top: 59px;
	width: 50px;
	z-index: 100;
}

/* Magnific Popup */
.mfp-content {
	text-align: center !important;
}
/* overlay at start */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}