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



#gallery-images {
float: left;
width: 200px;
height: 200px;
}


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


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

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


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






