
.image-library-body.loading{
    background-image: url('../img/loader.gif');
}
#pics{
    height:120px;
    width: 955px;
    /*width:10000px;*/
    /*  height:100%;
      width:100%;*/
    padding:0px;
    margin:5px 0px 0px 20px;
    position:absolute;
    /*  -webkit-transition: all 2s ;
       -moz-transition: all 2s ;*/
}

#newpics{
    height:120px;
    width: 955px;
    padding:0px;
    margin:5px 0px 0px 20px;
    position:absolute;
    left:980px;
}



#zoombox{
    position:absolute;
    z-index:999;
}

#zoombox .zoomed{
    width:100%;
    height:900px;
    left:0px;
    top:0px;
    -webkit-transition: all 1.0s ;
    -moz-transition: all 1.0s ;
}



.itempic{
    max-height:110px;
    max-width: 140px;
    clear:both;
    border: 1px #ccc solid;
}

.itemli {
    width: 140px;
    height: 110px;
    margin: 1px 5px 0 8px;
    float: left;
    list-style: none;
    position: relative;
    background: white;
    padding: 2px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background-origin: content-box;
    border: 1px solid transparent;

}

.itemli a {
    text-decoration: none;
}

.itemli:hover{
    border:1px solid #ccc;
    cursor:hand;
}

.pictitle {
    font-size: 11px;
    line-height: 12px;
    color: black;
    padding: 4px 1px 0 1px;
    position: absolute;
    top: 117px;
    /*left: 0px;*/
}


.datelinks {
    list-style:none;

    /* width: 80%;*/
    /* margin-left: 10%;*/
    height: 20px;
    position:absolute;
    bottom: -17px;
    padding:0 0 0 17px;


}

.datelinks li{
    background: #d7d7d7;
    float:left;
    position:relative;
    overflow:hidden;
    bottom: 0;
    margin: 0 2px 0 0;
    padding: 1px 0 1px 2px;
    font-size: 12px;
}

.datelinks li:hover, .button:hover{
    background-color: #bbb;
    cursor:hand;
}



div #decadehisto{
    height:900px;
    width:100px;

    position:relative;
}

div.histoli{
    /*float:left;*/
    height:10px;
    width:5px;
    position:relative;
    /*bottom:0;*/
    background:#aaa;
    margin: 2px 0 0 0 ;
    padding: 0;

}

span.term{
    cursor: pointer;
}

span.selected{
    color:#f00;
}

.clusterdiv {
    float:left;
    margin:2px 2px 0 0 ;
    padding:0px;
    position:relative;
    overflow:hidden;
    background-color:#777;
    border: 1px solid rgba(153, 153, 153, 0);
    color: #fff;
    font-size: 14px;
    opacity:1.0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;

}


.clusterterms, .clusterdecades{
    list-style:none;
    z-index:10;
    font-size: 11px;
    position:absolute;
    left:5px;
    padding:0;
    margin:0;
    /*margin: 0 0 0 5px;*/
    /*line-height:14px;*/
    text-shadow: 1px 1px 2px #000;
    opacity:0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
}

.clusterdecades{
    text-align:right;
    right:5px;
}

.showterms{
    opacity:1.0;
}

div .unfocused{
    opacity:0.2;
}

.clusterdiv:hover{
    border: 1px solid #fff;
    cursor:hand;
}

.clusterlabel{
    background-color: rgba(0, 0, 0, 0.48);
    color: #fff;
    font-size: 13px!important;
    display: block;
    clear: both;
    padding: 1px 8px;
    position: relative;
    z-index: 1;
}

.clustercount {
    color: white;
    float: right;
    opacity: 1.0;
    position: absolute;
    padding: 1px;
    /*text-shadow: none;*/
    top: 0;
    right: 0;
}

.clusterimg{
    /*height: 80px;*/
    /*max-width:100%;*/
    /*max-height:100%;*/
    position:absolute;
    right:0;
    top:0;
    /*bottom:0;*/
    opacity:0;
    -webkit-transition: opacity 3.0s ;
    -moz-transition: opacity 3.0s ;
}

.showme{
    opacity:1.0;
}

.clustercaption{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 11px;
    padding: 6px;
    line-height: 1.2;
    clear: both;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.showcaption{
    opacity:0.8;
}


.row{
    float:left;
    /*clear:both;*/
    margin:3px;
    padding:0;
}


#itembox{
    clear:both;
    width:100%;
    height:180px;
    background:#eee;
    margin: 3px 3px 0 0;
    border: 1px solid #aaa;
    position:relative;
    float:left;
    overflow-x:hidden;
    overflow-y:hidden;
}



#rightbutton{
    right:0;
    /*border-left: 1px solid #aaa;*/
}

#leftbutton{
    left:0;
    /*border-right: 1px solid #aaa;*/
}



#bigitem{
    position: absolute;
    min-width: 400px;
    min-height: 400px;
    background: white;
    padding: 25px;
    z-index: 99;
    border: 1px solid #888;
    box-shadow: 5px 5px 20px black;
    left: 0!important;
    /* top: -747px!important; */
}

#bigitem img{
    margin-bottom:10px;
}


#bigitem .bigworkinfo{
    position: relative;
    bottom: 0px;
    min-height:60px;
}

#bigitem h3, #bigitem h4{
    font-weight:normal;
    margin:0;
    font-size: 15px;
}

#bigitem .closebutton {
    position:absolute;
    right: 0px;
    bottom: -5px;
    font-size: 24px;
    width: 50px;
    height: 50px;
    background: rgb(186, 186, 186);
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 2.2;
    font-family: arial;
}

#bigitem .closebutton:hover{
    cursor:hand;
    color:#000;
}

#backdrop{
    background: rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index:98;
}


