<style type="text/css">
  /* jQuery lightBox plugin - Gallery style */
  #gallery ul { list-style: none; }
  #gallery ul li { display: inline; }
  #gallery ul img {
    border: 1px solid #3e3e3e;
  }
  #gallery ul a {
    padding-right : 15px;
  }
  
  #gallery ul a:hover img {
    border: 1px solid #000;
    color: #3e3e3e;
  }
  #gallery ul a:hover { color: #000; }
</style>
