/* Enter Your Custom CSS Here */

#content {
    background: rgba(255,255,255,0.9);
}

#site-search {
    border-color: #EEE;
    display: none;
}

.ngg-gallery-thumbnail img {
    border: none !important;
    display: block;
    margin: 4px 0px 4px 4px;
    padding: 4px;
    position: relative;
    background-color: transparent !important;
}


.gallery_item_info {
position: absolute;
bottom: 6px;
left: 0px;
width: 96%;
background: rgba(0,0,0,0.6);
padding: 2%;
text-transform: none;
font-size: 11px;
color: #fff;
}