body {
	margin: 0;
}

.col-a {
	top: 50px;
    height: 600px;
    width: 320px;
	display: block;
	z-index: 1;
	position: absolute;
	left: -320px;
}

.col-a .menuitem a.lnklabel {
	display: none;
}

.col-a .menuitem .icon {
	/*background-color: #777;*/
	width: 100%;
}

.col-a-open {
	left: 0;
}

.col-a-open .menuitem a.lnklabel {
	display: inline-block;
	margin-left: 5px;
	color: #000;
	text-decoration: none;
}

.col-a-open .menuitem .icon {
	background-color: transparent;
	width: 22px;
}


.col-b {
	position: relative;
	float: left;
	width: 100%;
	background: #E7E7E7;
}

.col-b-open {
	
}

#imageFiles div {
	display: none;
}

.viewer {
	display: block;
	width: 100%;
	top: 40px;
	position: absolute;
	margin: 10px auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.thumbWrap {
	display: block;
	width: 78px;
	height: 85px;
	float: left;
	position: relative;
	margin-top: 2px;
	margin-bottom: 2px;
	border: 1px rgba(0, 0, 0, 0.21) solid;
	background-color: #fff;
	text-align: center;
	padding-top: 6px;
	padding-left: 2px;
	padding-right: 4px;
}

.thumb {
	display: block;
	width: 80px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.headWrap {
	background: #e7e7e7;
}

.minHeader {
	background: #fff;
}

.thumbnailNav {
	display: block;
	width: 90px;
	height: 350px;
	position: absolute;
	top: 50%;
	right: 0px;
	overflow: scroll;
	margin-top: -175px;
}

.authorInfoWrapper, .artStatementInfoWrapper {
	height: 550px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	width: 98%;
	box-sizing: border-box;
	padding: 40px;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	padding-left: 50px;
	padding-top: 10px;
	top: 50px;
}

.authorInfoWrapper img, .artStatementInfoWrapper img {
	padding: 15px;
}

.infopane {
	display: block;
	top: 1px;
	left: 493px;
	height: 300px;
	z-index: -1;
	background-color: rgba(255, 255, 255, 0.9);
	width: 300px;
	position: absolute;
}

.infopane-nav {
	position: relative;
	top: 20px;
}

.infopane-nav .menuitem {
	top: 0px;
}

.open-close-btn {
	display: block;
	position: absolute;
	top: 0;
	right: -19px;
	z-index: 100;
	font-size: 40px;
	text-decoration: none;
	color: #000;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 5px;
}

.open-close-btn-close {
	right: -34px;
}



.viewsWrapper {
	display: block;
	width: 100%;
	overflow: hidden;
}

.hidden {
	opacity: 0;
}

.hidden-block {
	display: none;
}

.visible {
	opacity: 1;
}

.transition {
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.slideOut {
	-moz-transform: translate(100%);
	-webkit-transform: translate(100%);
	-o-transform: translate(100%);
	-ms-transform: translate(100%);
	transform: translate(100%);
}

.slideIn {
	-moz-transform: translate(-100%);
	-webkit-transform: translate(-100%);
	-o-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-100%);
}

.arrownav {
	position: absolute;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	bottom: 80px;
	z-index: 100;
	font-size: 38px;
	text-shadow: 0px 1px rgba(255, 255, 255, 0.8);
}

.nextbtn {
	position: absolute;
	top: 0px;
	right: 0px;
	color: rgba(81, 81, 81, 0.8);
	text-decoration: none;
}

.prevbtn {
	position: absolute;
	top: 0px;
	left: 0px;
	color: rgba(81, 81, 81, 0.8);
	text-decoration: none;
}

.topNavMenu{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	z-index: 1;
}

.site-title {
	float: left;
	width: 250px;
}

.site-title span {
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	width: 200px;
	display: block;
	float: left;
	padding-left: 10px;
	color: #000;
	text-align: center;
	height: 22px;
}
span.titleauthor {
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	top: 5px;
	left: 15px;
}

.site-title span.spacer {
	padding: 4px;
}

.site-title-close span {
	height: 17px;
	font-size: 18px;
	width: 100%;
}

.menuitem {
	color: #000;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-left: 5px;
	position: relative;
	margin-left: 20px;
	top: 5px;
}

.menuitem link, .menuitem a {
	text-decoration: none;
}

a.filterby:hover {
	text-decoration: underline;
}

.menuitem .icon {
	font-size: 22px;
	height: 30px;
	padding-right: 8px;
	text-align: center;
	padding-top: 5px;
	margin-left: -6px;
	padding-left: 5px;
	margin-bottom: 4px;
	display: inline-block;
	color: #000;
	text-decoration: none;
}

.menuitem .content {
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	height: 300px;
	padding: 8px;
	overflow-y: auto;
	box-sizing: border-box;
	width: 95%;
}

.menuitem.contact .smalltext {
	font-size: 16px;
	margin-left: 33px;
	display: block;
}

.menuitem .close {
	overflow: hidden;
	height: 0px;
	padding: 0;
}

.menuitem .min:after {
	content: " [ + ] ";
	display: inline;
}

.topNavMenu .menuitem {
	float: left;
}

.infopane .menuitem {
	float: none;
	position: relative;
	top: 20px;
}

.infopane .menuitem.statement {
	font-weight: 600;
}

.infopane .menuitem.statement:hover {
	text-decoration: underline;
}

.infopane-close {
	-moz-transform: translate(0%,-110%);
	-webkit-transform: translate(0%,-110%);
	-o-transform: translate(0%,-110%);
	-ms-transform: translate(0%,-110%);
	transform: translate(0%,-110%);
}

.filterby {
	display: block;
}

.copyright {
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 140px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: rgb(81, 81, 81);
	margin-left: -71px;
}

