jQuery(document).ready(function(){

    //Teaser bottom, no background for first element
    jQuery('div.teaserBottom:first').css('background', 'none');

});