/* Gallery
---------------------------------------------------------------------------------------------------------------- */
#myGallery .galleryImg {
  width:140px;
  height:165px;
  *height:185px;
  margin:8px 0 8px 5px;
  float:left;
  border:solid 1px #ccc;
  background:#eee;
  padding:3px 3px 15px 3px;
  text-align:center;
}
#myGallery .pagebrowser {
  font-size:10px;
  height:15px;
  border-top:solid 1px #ccc;
  border-bottom:none;
}
#myGallery .pagebrowser a {
  text-decoration:none;
}
#mainContent #myGallery a img {
  border:none;
}
/* ------------------------------------------------------------------------------------------------------------- */
