.gallery{
    background:#CCCCCC;
    width: 96%;
    height: 95%;
    height: calc(100% - 90px);
    padding-left:5px;
    padding-right:10px;
    text-align:center;
    position:relative;
    overflow:hidden;
    left:2%;

}

.galleryContainer{
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    background-color: white;
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-sizing: border-box;
    left: 20%;
    top:10%;
    width:60%;
    height:80%;
    position: absolute;                
}

.buttons{
    right:10px;
    bottom:10px;
}

.guggenheim-item{
    width:108px; 
    height: 160px;
    background:#06f;
    background:rgba(0,0,0,0.5);
    padding:2px;
    margin:10px 20px 10px 0;
    color:#fff;
    font:12pt 'Museo700',Helvetica,sans-serif;
    cursor: pointer;
}

.filter-set{
    width:150px;
    float:left;
}

.filter-set.double{
    width:304px;
}

.filter-set label{
    width:150px;
    display:inline-block;
}

hr{
    margin:40px 20px;
    border:none;
    height:1px;
    background:#666;
}

.sprite {
    width:104px; 
    height: 160px;
    font-size: 14px;
    display:inline-block; 
    overflow:hidden; 
    background-repeat: no-repeat;
    background-image:url("../img/spritesheet.png");
}

.imgTitle{
    width: 100%;
    position: absolute;
    left: 0%;
    bottom: 4px;
    text-overflow: ellipsis;
    white-space: nowrap; 
    overflow: hidden;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
}

.closeBtn{
    position: absolute;
    right: 0px;
    width: 80px;
    height: 40px;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    top: 0px;
    padding-right: 2%;
    text-align: right;
    padding-top: 12px;
    cursor: pointer;
}

.archiveModal{
    position:absolute; 
    top:0px; 
    left: 0%;
    width: 100%;
    height:100%; 
}

.archiveTitle{
    width:100%; 
    height:40px; 
    padding:10px; 
    font-size:16px; 
    font-weight: bold;
    padding-left: 2%;
}

.naviBtns{
    text-align:right; 
    padding:10px;
}

.hiddenBtn{
    width: 98%;
    width: calc(100% - 30px);
    height: 100%;
    background-color: rgba(0,0,0,0.65);
    left: 15px;
    position: absolute;
}