@charset "UTF-8";
/* CSS Document */

#bgLeft
{
 z-index: 4;	
}

div#preload { display: none; position: absolute; top: 0px; left: 0px; width: 0px; height: 0px; }


#background1, #background2
{
  position: absolute;
  width: 100%;
  height: 635px;
  top: 103px;
}

#background1
{
  background-color: #fff;
  z-index: 0;
}

#background2
{
  background-color: #fff;
  z-index: 0;
}

#mainImageBar
{
  width: 100%;
  height: 635px;
  position: relative;
  z-index: 5;
}

#mainImageContainer
{
  height: 480px;
  background-color: white;
  margin: 0px auto;
  padding: 5px 5px 5px 5px;
  position:relative;
}


#thumbnailsContainer
{
  width: 960px;
  height:100px;
  text-align:center;
  padding-top: 30px;
  margin: 0px auto;
  opacity:0;
  filter:alpha(opacity=0);
}

#thumbnailsContainer img
{
  border: 1px solid white;
  margin: 0px 10px;
  cursor: pointer;
}

#loader
{
  position: absolute;
  top: 217px;
  left: 232px;
  z-index: 5;
}

#thumbnailsContainer img.backwardForwardButton
{
  border: none;
}

