
table#gallery { 
        border-spacing: 2px;
}

#gallery .thumbcell {
    background: #C3CDE3;     
    text-align: center;
    vertical-align: center;
}

#gallery .thumbcell a {
   border: none;
}

table#gallery tr.thumbrow td.thumbcell:hover {          
    background: #ffffff !important;
    color: #000000;
}

#gallery_navbar {
    background: #748BBF;
}


