#galleryHeader {
    position: absolute;
    top: 0;
    height: 9%;
    background-color: white;
    width: 100%;
    margin: 0px;
    padding: 0px;
    z-index: 100;
}

#galleryHeader a:hover {
    border: none;
}

#galleryNav {
    position: absolute;   
    width: 30%;
    top: 9%;
    bottom: 1%;
    border-right: 1px dotted #cccccc;
    padding: 10px;
    overflow: auto;
    text-align: justify;
}

.artContainer {
    margin-bottom: 20px;
}

div.exhibit-viewPanel-viewContainer {
   overflow: auto;
   margin-left: 5%;
}

.artistFirstname {
    color: black;
    font-weight: bold;
}

.artistLastname {
   padding-right: 10px;
   color:  #444444;
}

.artistInfo .artistName {
   font-size: x-large;
   font-weight: bold;
}

#galleryNav a:hover,  #galleryNav a:active{
   border: none;
}

.artistInfo {
   text-align: left;
}

.artistBlock {
   border-left: 5px solid #000000;
   padding-left: 20px;
}

#galleryDisplay {
    width: 65%;
    height: 88%;
    position: absolute;
    top: 9%;
    left: 35%;
}

#artDisplay {
    position: absolute;
    width: 100%;
    height: 91%;
    top: 11%;
}

#galleryNav h1, span.exhibit-viewPanel-viewSelection-selectedView, span.exhibit-viewPanel-viewSelection-view {
    text-align: center;
    text-transform: lowercase;
    letter-spacing: 0.5em;
 }
 
span.exhibit-viewPanel-viewSelection-selectedView {
    border-bottom: 3px solid #990000;
 }
 
div.exhibit-viewPanel-viewSelection {
    margin-bottom: 20px;
}

div.exhibit-thumbnailView-itemContainer img {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #cccccc;
    margin: 1px;
}

div.exhibit-thumbnailView-itemContainer-IE img {
    position: relative;
    width: 50px;
    height: 50px;
    border: 1px solid #cccccc;
    margin: 1px;
}
