/* -------------------------------------------
   Gallery - Complete Collection
   ------------------------------------------- */
#gallery_container {
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
    background-color: #211E0E;
}


.hoverbox {
    cursor: default;
    list-style: none;
}

.hoverbox a {
    cursor: pointer;
}

.hoverbox a .preview {
    display: none;
}

.hoverbox a:hover .preview {
    display: block;
    position: absolute; top: -33px; left: -45px;
    z-index: 1;
}

.hoverbox img {
    background: #000;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    color: inherit;
    padding: 26px;             /* space between images */
    vertical-align: top;
    width: 100px;
    height: 100px;
}

.hoverbox li {
    display: inline;
    float: left;
    position: relative;
    margin: 3px;
    padding: 5px;
    background: #000;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    color: inherit;

}

.hoverbox .preview {
    border-color: #000;
    border-width: 10px;     
    width: 200px;
    height: 200px;
}





