
/* -------------------------- Styles for the Jquery Lightbox - used on maps and galleries -------------------------- */



#gallery-images {
overflow: hidden;
}


#gallery-images li {
list-style: none;
display: inline;
margin-right: 7px;
}


#gallery-images li img {
border: 5px solid white;
margin-bottom: 7px;
}

#gallery-images li a:hover img {
border: 5px solid #787878;
color: white;
margin-bottom: 7px;
}


#gallery-images li a:hover {
color: white;
}






