#bannercase {
   position:relative;
   overflow:hidden;
   height:125px;
   width:125px;
}

#bannercase a {
   font-weight:bold;
   font-size:120%;
}

.bannerdiv {
   position:absolute;
   overflow:hidden;
   top:125px;
   left:0;
   height:125px;
   width:125px;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
