#nextButton
{
  display: block;
  position: absolute;
  right: 12px;
  bottom: 0px;
  z-index: 10000;
}

#prevButton
{
  display: block;
  position: absolute;
  left: 12px;
  bottom: 0px;
  z-index: 10000;
}

#closeButton
{
  text-align: center;
  width: 600px;
  position: absolute;
  bottom: 5px;
  left: 0px;
}

#gallery
{
  width: 620px;
  height: 460px;
}

#gallery img
{
  float: left;
}

#imageHolderOne, #imageHolderTwo
{
  text-align: center;
  position: absolute;
  width: 600px;
  height: 420px;
  top: 0px;
  left: 0px;
  padding: 10px 10px 0 10px;
}  

#imageHolderOne
{
  z-index: 2;
}

#imageHolderTwo
{
  z-index: 1;
}