$(document).ready( function() {
    $("ul.formated_shop li, div.next_step, .product_detail, .buy_box, ul.error, .special_offer_image img").corner();
    $(".special_offer").corner("tl, tr");
    
    $(".flash").fadeIn("slow");
    setTimeout(function(){
      $(".flash").fadeOut("slow", function () {
          $(".flash").remove();
      });
    }, 88000);
});
