﻿
/* place the <dd>s in the correct absolute position */
#mainPaneBottom dd {
  position:absolute;
  padding:0;
  margin:0;

  }
#mainPaneBottom #picFurniture1 {
  left:150px;
  top:4px;
  z-index:20;
  }

/* style the <dd><a> links physical size and the background image for the hover */
#mainPaneBottom a#linkFurniture1
 {
  display:block;
  width:300px;
  height:180px;
  background:transparent url(../images/hover.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }
  
#mainPaneBottom #picFurniture2 {
  left:620px;
  top:30px;
  z-index:20;
  }

/* style the <dd><a> links physical size and the background image for the hover */
#mainPaneBottom a#linkFurniture2
 {
  display:block;
  width:180px;
  height:160px;
  background:transparent url(../images/hover.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }  
  
/* style the span text so that it is not initially displayed */
#mainPaneBottom a span, #mainPaneBottom a:visited span {
  display:none;
  }
