/* Set the static image in the gallery node display to appear clickable */
.view-id-gallery .gallery-lightbox-wrapper img {
  cursor:pointer;
  padding:0;
  margin:0;
}

/* Set a border around the active image */
.view-id-gallery .view-display li.active-item {
  padding:0;
  margin:0;
  border:0;
  list-style-type:none;
}
