 $(document).ready(function() {
   $('#hideh1').click( function() {
    $('#lightbox-msg').hide();
	$('#lightbox-msg').fadeOut(5000)

   });
});
