

#gallery_thumbs {
  background-color: #faf4f4;
  position: absolute;  
  width: 390px;
  left: 50%;
  height: 500px;
  margin-left: 85px;
  top: 0px;
  padding: 0;
}

#gallery_thumbs_frame {
  background-color: #faf4f4;
  position: absolute;  
  width: 385px;
  left: 0px;
  height: 420px;
  top: 80px;
  margin: 0;
  padding-left: 5px;
  overflow-y: scroll;
}

#gallery_thumb_frame {
  width: 390px;
  height: 370px;
}

#gallery_display {
  width: 555px;
  height: 500px;
  background-color: white;
  position: absolute;
  left: 50%;
  margin-left: -475px;
  top: 0px;

}

#gallery_display_frame {
  padding-top:0px;
  width: 555px;
  height: 500px;
}

.pic {
  position: absolute;
  left: 50%; 
  top: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.thumb
{
  background-color: white;
  margin: 0px;
  padding-top: 1px;
  padding-left: 1px;
  float: left;
  opacity:0.10;
  filter:alpha(opacity=10);
  width: 71px;
  height: 71px;
}



#footer_left {
 position: absolute;
 width: 500px;
 left: 50%;
 margin-left: -470px;
 top: 564px;
 FONT-WEIGHT: normal;
 FONT-SIZE: 10px;
 COLOR: #FFFFFF;
 FONT-STYLE: normal;
 FONT-FAMILY: Arial,Georgia,Times;
}

#footer_right {
 position: absolute;
 width: 500px;
 left: 50%;
 margin-left: -30px;
 top: 564px;
 text-align: right;
 FONT-WEIGHT: normal;
 FONT-SIZE: 10px;
 COLOR: #FFFFFF;
 FONT-STYLE: normal;
 FONT-FAMILY: Arial,Georgia,Times;
}