jQuery(function($) {
	$("#block-views-frontpage-block_1").hide();
        $("#block-views-frontpage-block_1").slideDown(700);
    });

