img, #reklama_content_corners, #ak_slodko, #ak_morska, #ak_oczko
{
behavior: url(iepngfix.htc);
}

.ak_slodko_bg {
  position: relative;
  overflow: hidden;
   -ie-exp: expression(
      this.parsed ? 0 : (
         this.style.backgroundImage = 'none',
         bg = document.createElement('div'),
         bg.id = 'ak_slodko',
         this.appendChild(bg),
         this.parsed = 1
      )
   );
}

.ak_slodko_bg #ak_slodko {
	 background-image:url(images/ak_slodko_bg.png);
   position: absolute;
   bottom: 0px;
   right: 0px;
   width: 63px;
   height: 82px;
}

.ak_morska_bg {
  position: relative;
  overflow: hidden;
   -ie-exp: expression(
      this.parsed ? 0 : (
         this.style.backgroundImage = 'none',
         bg = document.createElement('div'),
         bg.id = 'ak_morska',
         this.appendChild(bg),
         this.parsed = 1
      )
   );
}

.ak_morska_bg #ak_morska {
	 background-image:url(images/ak_morska_bg.png);
   position: absolute;
   bottom: 0px;
   right: 0px;
   width: 64px;
   height: 47px;
}

.ak_oczko_bg {
	position: relative;
  overflow: hidden;
   -ie-exp: expression(
      this.parsed ? 0 : (
         this.style.backgroundImage = 'none',
         bg = document.createElement('div'),
         bg.id = 'ak_oczko',
         this.appendChild(bg),
         this.parsed = 1
      )
   );
}

.ak_oczko_bg #ak_oczko{
	 background-image:url(images/ak_oczko_bg.png);
	 position: absolute;
   bottom: 0px;
   right: 0px;
   width: 64px;
   height: 47px;
}
	