/*turns off the "hand" cursor to make the photos not seem clickable */
div#gallery-thumbs div, div#gallery-thumbs div.photo-thumb:hover div.inner, div#gallery-thumbs div.photo-thumb div.inner, div#gallery-thumbs div:hover{
    cursor: default;
}

/* don't show the magnifying glass on hover */
div#gallery-thumbs div.photo-thumb:hover span.view{
    display:none!important;
}