jQuery( document ).ready( function() {
    jQuery("#close").click( function() {
	jQuery("#shopBox").fadeOut();
    jQuery("#close").fadeOut();
    });
});
