#outerPictureViewerFrame {
  background-color:#000000;
  filter:alpha(opacity=70); /* IE's opacity*/
  opacity: 0.70;
  width:100%;
  height:100%;
  position:fixed;
  visibility:hidden;
}

#pictureViewFrame {
  margin-top:60px;
  width:100%;
  height:100%;
  position:fixed;
  visibility:hidden;
}

#currentPictureFlameFrameOne {
  background-image: url(../images/corner_main_left.gif);
  background-repeat:no-repeat;
  background-position: left top;
  border:1px solid #022c00;
  background-color:#000000;
  width: 700px;
  margin: 0 auto; 
}
#currentPictureFlameFrameTwo {
  background-image: url(../images/corner_main_right.gif);
  background-repeat:no-repeat;
  background-position: right top;
  margin-top:0;
  padding: 80px 0px;
}

#currentPicture {
  width: 500px;
  background-color:#000000;
  margin: 0px auto;
}

#navigator {
  border-top: 1px solid #022c00;
  border-bottom: 1px solid #022c00;
  /*background-color:#000000;*
  filter:alpha(opacity=70); /* IE's opacity*
  opacity: 0.70;*/
  height: 25px;
  width: 500px;
  margin-top:-45px;
  position:fixed;
  visibility:hidden;
}