  $(document).ready(function(){
$("#overlay").animate({width: '724px'}, 1500);
$("#overlay").animate({width: '0px'}, 1500);
});



