#upperGallery, #lowerGallery {
  position: relative;
  visibility: hidden;
  text-align:center;
  margin:0px;
  padding:0px;
  overflow:hidden;
  width:340px;
  height:180px;
}

#upperGallery img, #lowerGallery img, #topGallery img {
  text-align: center; 
  margin:0px; 
  padding:0;
  border-collapse:collapse;
  border:none;
}

#topGallery{ 
  position: relative;
  visibility: hidden;
  text-align:center;
  margin:0px;
  padding:0px;
  overflow:hidden;
  width:340px;
  height:130px;
}

#upperGallery .gallerydesctext{
  font-size: 13pt;
  text-align:left;
  padding:10px;
}

