#adsdiv {
  border:0px solid #ccc;
  width:120px;
  margin:0 auto;
  }
#adverts {
  padding:0;
  margin:0;
  width:120px; 
  position:relative;
  }
* html #adverts {width:120px;}

#adverts a.limg {
  background:#eee;
  width:88px; 
  height:31px; 
  display:block;
  font-size:5px;
  }
#adverts a.limg img {
  width:120px; 
  border:0; 
  }
#adverts a.limg:hover {
  position:absolute; 
  width:93px; 
  height:37px;
  z-index:500;
  background:transparent url(../images/opaque.gif);
  }

#adverts a:hover img {
  background:#eee; 
  position:absolute; 
  width:88px; 
  height:88px;
  border:2px solid #fff;
  border-width:2px 2px;
  left:-15px; 
  top:-6px;
  }
* html #adverts a:hover img {
  width:90px; 
  height:90px;
  width/**/:180px;
  height/**/:160px;
  left:-20px; 
  top:-15
  }
.clear {clear:both;}
.advert {background:#eee;}
