#galleryname {
  position: absolute;
  clear: both;
  left:15px;
  top:150px;
  height: 45px;
  width: 960px;
  padding: 2px 0px 0px 0px;
  margin: 8px 0px 0px 0px;
  border-bottom: 1px dotted #155F83;
}

#thumb {
  position: absolute;
  clear: left;
  left: 0px;
  top: 220px;
  width: 250px;
  height: 435px;
  padding: 8px 8px 8px 18px;
  text-align: left; /* Counteract to IE5/Win Hack */
 }


#image {
  position: absolute;
  top: 228px;
  left: 280px;
  height: 410px;
  width: 520px;
  padding: 0px 14px 0px 0px;
  text-align: left; /* Counteract to IE5/Win Hack */
}


#text {
  position: absolute;
  top: 218px;
  left: 805px;
  height: 427px;
  width: 155px;
  margin-left: 7px;
  margin-right: 0px;
  padding: 8px 8px 8px 8px;
  text-align: left; /* Counteract to IE5/Win Hack */
  //border-left: 1px dotted #155F83;
}

.text {
   overflow-x: hidden;
   overflow-y: auto;
}



/* for sizing center image */
img.center {
  float: left;
  height: 410px;
}

 /* for thumbnail scrolls */

.box {

   	w\idth: 250px;
    height: 435px;

}

.xa {
   overflow-x: hidden;
   overflow-y: auto;

}
.wr {
	width: 250px;
	height: 410px;
    }



/*  ----- */

img.thumbs {border-style: none;
margin-bottom: 10px;
margin-right: 10px;
}

a.thumbs {
  border: none;
  text-decoration: none;
}




