$(function () {

    //$('#underCostraction').fadeIn('slow'); 
    //$('#underCostraction').delay('2500').fadeOut('slow');

    $('a.closeBlackFade').click(function () {

        $('.backWhiteFullScreen').fadeOut('slow');
        $('body').css('overflow', 'auto');
        $('.topImage').remove();

    });
});
