div.adsdiv {
  /*border:10px solid #ccc;*/
  /*border-width:10px 22px 18px 15px;*/
  /*width:710px;*/
  width:100%;
  margin:0 auto;
  padding:0;
 
  }
ul.adverts {
  padding:0;
  margin:0;
  /*width:710px; */
   width:100%;
   position:relative;
  /*border-top:1px solid #eee;
  border-left:1px solid #eee;*/
  }
/** html ul.adverts {width:711px; w\idth:710px;}*/
ul.adverts li {
  list-style-type:none; 
  width:71px; 
  height:21px; 
  float:left; 
  }
 ul.adverts ul , ul.adverts li, #subContent ul.adverts li { margin:0; }
ul.adverts li, #subContent ul.adverts li{
	background:none;
	padding:0;
}
ul.adverts a {
  background:#eee;
  position:absolute; 
  width:71px; 
  height:21px; 
  display:block;
  font-size:5px;
  }
ul.adverts a img {
  width:70px; 
  height:20px; 
  border:0; 
  }
ul.adverts a:hover {
  width:90px; 
  height:35px;
  z-index:500;
  background:transparent url('../images/opaque.gif');
  }

ul.adverts a:hover img {
  background:#eee; 
  position:absolute; 
  width:75px; 
  height:25px;
  border:8px solid #fff;
  border-width:5px 8px;
  left:-12px; 
  top:-7px;
  }
* html ul.adverts a:hover img {
  width:91px; 
  height:35px;
  width/**/:75px;
  height/**/:25px;
  }
.clear {clear:left;}
.advert {background:#eee;}
#info em {display:block; clear:both; font-size:0.6em; text-align:right; padding-right:1em;}
#info p {text-align:center;}
#info p.col4 {text-align:left;}