﻿
/* place the <dd>s in the correct absolute position */
#mainPaneBottom dd {
  position:absolute;
  padding:0;
  margin:0;

  }
#mainPaneBottom #picGirls1 {
  left:80px;
  top:4px;
  z-index:20;
  }

/* style the <dd><a> links physical size and the background image for the hover */
#mainPaneBottom a#linkGirls1
 {
  display:block;
  width:210px;
  height:180px;
  background:transparent url(../images/hover.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }
  
#mainPaneBottom #picGirls2 {
  left:500px;
  top:1px;
  z-index:20;
  }

/* style the <dd><a> links physical size and the background image for the hover */
#mainPaneBottom a#linkGirls2
 {
  display:block;
  width:200px;
  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;
  }
