/* ================================================================ 
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.
=================================================================== */

#gallery2
{ width:580px;
 height:auto;
}


#gallery2 ul
{ margin-top: 15px;
  margin-left: 10px;
  width:550px;
  height:auto;

}

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

#gallery2 ul li:hover
{ display:inline;
  width:140px;
  height:100px;
  float:left;
  margin-top:15px;
  margin-bottom:0;
  margin-left:15px;
  margin-right:0;
  cursor:pointer;
  border: 1px solid;
  border-color: #2183c6;
  
}

#gallery2 ul li img
{ display:block;
  width:140px;
  height:100px;
  text-decoration: none;
}

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

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






#gallery3
{ width:840px;
 height:auto;
}


#gallery3 ul
{ margin-top: 15px;
  margin-left: -10px;
  width:840px;
  height:auto;

}

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

#gallery3 ul li:hover
{ display:inline;
  width:140px;
  height:100px;
  float:left;
  margin-top:15px;
  margin-bottom:0;
  margin-left:15px;
  margin-right:0;
  cursor:pointer;
  border: 1px solid;
  border-color: #2183c6;
  
}

#gallery3 ul li img
{ display:block;
  width:140px;
  height:100px;
  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;
}*/