.bgccBg { min-height: 112px !important; }

a img  
{
border: none;  
} 
.smooth_zoom_preloader {
	background-image: url(/zoom_assets/preloader.gif);
}	
.smooth_zoom_icons {
	background-image: url(/zoom_assets/icons.png);
}
#header {
	background-color:#302b27;
	height: 29px;
	width: 100%;
	padding-top:3px;
}
#viewBar {
	background-color:#ece3d9;
	height: 25px;
	width: 100%;
	padding-top:8px;
	text-align:center;
	font-weight: bold;
	font-family: 'Arial Unicode MS',Arial,verdana,serif;
	top: calc(100vh - 120px);
}
#top {
	z-index: 9999;
	position: absolute;
	width: 100%;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
html {		
	height: 100%;	
}
.tip {
	font-size: 200%;
	color: #ffffff;
	position: absolute;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	z-index: 100;
	font-family: 'Arial Unicode MS',Arial,verdana,serif;
	display: none;
	text-shadow:
	   -1px -1px 0 #000,  
		1px -1px 0 #000,
		-1px 1px 0 #000,
		 1px 1px 0 #000;
		 
	-moz-text-shadow: -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 1px 1px 0 #000;
	-webkit-text-shadow: -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, 1px 1px 0 #000;
	filter: dropshadow(color=#000000, offx=-1, offy=-1), dropshadow(color=#000000, offx=1, offy=-1), dropshadow(color=#000000, offx=-1, offy=1), dropshadow(color=#000000, offx=1, offy=1);
	font-weight:bold;
}

#print-image {
	display: none;
	max-width: 100%;
	max-height: 100%;
}

@media print {
	div, span, img {display: none; !important}
	#print-image {display: block; !important}
}

.downloadDialog a button {
	margin: 10px 0;
}

.next, .prev {
    position: absolute;
    left: calc(100vw - 120px);
    top: calc(100vh - 120px);
    display: block;
    width: 100px;
    height: 4vw;
    z-index: 9999999;
    opacity: 0.3;
	color: black;
	text-decoration: none;
	font-family: Arial, "sans serif";
	cursor: pointer;
}

.prev {
	left: 20px;
}

.next:hover, .prev:hover {
	opacity: 0.7;
}

.next .arrow, .prev .arrow {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
    display: block;
    width: 2vw;
    height: 2vw;
    background-size: 100%;
	margin: 0 auto;
}

.prev .arrow {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.next .text, .prev .text {
	margin-top: 10px;
	text-align: center;
	overflow-wrap: anywhere;
}

#video-element {
	max-width: 100%;
	max-height: 100%;
}

#single-image {
	height: calc(100% - 65px) !important;
}

.perm a {
	color: gray;
	padding-right: 10px;
}

#video-element {
	max-height: calc(100% - 65px) !important;
}