/* just a master container to hold all the junk */
div#product-browser {
  z-index:100;
  overflow:none;
}
  /* this is the hole that you look through */
  div#sightglass {
	height:auto !important;
  }

      /* single item element within the sightglass */
      div.item {
        float:none !important;
      }
