#editions {
  display:block;
  width:258px;
  height:119px;
  background:url(http://www.market-analyst.com/ma5/images/otheredtions1.png) no-repeat;
  position:relative;
  float:right; 
  left:-120px;
  top:-80px;
  margin: 15px 0 -100px 0;
  }
  
#editionsgann {
  display:block;
  width:258px;
  height:119px;
  background:url(http://www.market-analyst.com/ma5/images/otheredtions1.png) no-repeat;
  position:relative;
  float:right;
  left:-120px;
  top:-60px;
  margin: 15px 0 -85px 0;
  }


/* place the <dd>s in the correct absolute position */
#editions dd, #editionsgann dd {
  position:absolute;
  padding:0;
  margin:0;
  }
#editions #head, #editionsgann #head {
  left:17px;
  top:10px;
  }
#editions #ed1, #editionsgann #ed1 {
  left:39px;
  top:40px;
  }
#editions #ed2, #editionsgann #ed2 {
  left:39px;
  top:73px;
  }

#editions a:hover, #editionsgann a:hover {
        text-decoration: underline;
}

  
/* style the span text for ID #ed1 and #ed2 */
#editions a, #edition a:visited, #editionsgann a, #editionsgann a:visited {
  text-decoration: none;
  display:block;
  position:absolute;  
  width:180px;  
  font-family:verdana; 
  font-size:12px;
  color:#FFFFFF;
  }
 
/* style for the headings */
h1.headingedt {
  display:block;
  position:absolute;  
  width:220px; 
  font-family:verdana; 
  font-size:13px;
  font-weight:bolder;
  color:#FFFFFF;
  margin-top:auto;
  }    
  
