/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/photo_click.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#gallery3
{ width:580px;
 height:350px;
}


#gallery3 ul
{ margin-top: 0px;
  margin-left: -20px;
  width:580px;
  height:350px;

}

#gallery3 ul li
{ display:inline;
  width:125px;
  height:95px;
  float:left;
  margin-top:15px;
  margin-bottom:0;
  margin-left:0px;
  margin-right:10px;
  cursor:pointer;
  border: 1px solid;
  border-color: #b7b7b7;
  
}

#gallery3 ul li:hover
{ display:inline;
  width:125px;
  height:95px;
  float:left;
  margin-top:15px;
  margin-bottom:0;
  margin-left:0px;
  margin-right:10px;
  cursor:pointer;
  border: 1px solid;
  border-color: #ffffff;
  
}

#gallery3 ul li img
{ display:block;
  width:125px;
  height:95px;
  text-decoration: none;
}

#gallery3 img
{ text-decoration: none;
  border: none;
}

#gallery3 img a:hover
{ border: 1px solid #ffffff;
}


/*
#gallery2 ul li.click span
{ display:block;
}

#gallery2 ul li span b
{ color:#ffffff;
  font-size: 14px;

}

#gallery2 ul li span a
{ color:#ffffff;
  text-decoration: underline;
  font-size: 14px;
}

#gallery2 ul li span a:hover
{ color:#000000;
  }

#gallery2 ul li span
{ display:none;
  position:absolute;
  left:300px;
  top:450px;
  width:200px;
  font-family:verdana, arial, sans-serif;
  color:#ffffff;
  font-size:11px;
  line-height:15px;
  text-align:center;
}*/