#galleryname {
  position: relative;
  clear: both;
  left:8px;
  top:5px;
  height: 45px;
  width: 984px;
  padding: 12px 0px 0px 0px;
  margin: 18px 0px 0px 0px;
  border-bottom: 1px dotted #155F83;
}

#image {
  position: relative;
  float: left;
width: 520px;
  min-height: 580px;
  top:29px;
  padding: 0px 14px 0px 28px;
  text-align: left; /* Counteract to IE5/Win Hack */

}


#text {
  position: relative;
  min-height: 580px;
  top: 29px;
  margin-left: 7px;
  margin-right: 8px;
  margin-bottom: 60px;
  padding: 8px 14px 8px 8px;
  text-align: left; /* Counteract to IE5/Win Hack */
  border-left: 1px dotted #155F83;
}

.text {
   overflow-x: hidden;
   overflow-y: auto;
}

td {
  padding-right: 10px;
  vertical-align: top;
}

#image td img {
width: 250px;
margin-bottom: 10px;
}

#image td {
padding-bottom: 15px;
}


#text img {
 height: 115px;
}


