#innerContainer {
  background:none;
/*  background-image:url(../images/backgrounds/products-wall.gif);*/
}

#mainContent {
  position:absolute;
	top:0px;
	left:0px;
  height:573px;
  width:800px;
	max-width:798px;
	max-height:598px;
	border:none;
	z-index:0;
}

#clearScrollWindow{
  position:absolute;
	top:-1px;
	left:-1px;
  height:573px;
  width:800px;
	max-width:798px;
	max-height:571px;
	z-index:0;
	border:solid 1px black;
	overflow:hidden;
  overflow:-moz-scrollbars-horizontal;
	overflow-x:auto;
}

#moveablebackground {
  position:absolute;
  top:0px;
  left:0px;
  height:578px;
  background-image:url(../images/backgrounds/products-wall-4.gif);
}

.productFramedImages {
  display:block;
  position:absolute;
  z-index:1;
}