

   
 
/* -------GALERY------- */

/* thanks to dynamicdrive.com for this gallery */

.gallerycontainer
  {position: relative;
  padding: 8px 0 0 5px;}
.thumbnail img
  {border: 1px solid #fff;
   margin: 0 5px 5px 0;
   background-color: #694024;
   color: #fff;}
.thumbnail:hover
  {background-color: transparent;}
.thumbnail:hover img
  {border: 1px solid #291a12;}

.thumbnail span
  {position: absolute;
   padding: 5px 0 5px 5px;
   visibility: hidden;
   color: #2c4010;
   left: -1000px;
   background-color: #C1C7B0;
   border: 1px solid #300;
   text-decoration: none;
   font-size: .75em;
   text-align: center;}
.thumbnail span img
  {border-width: 0;
  padding: 2px;}
.thumbnail:hover span
  {visibility: visible;
  top: -20px;
  left: -150px;
  z-index: 50;}