$(document).ready(function(){
	$('#shop-modal-close').bind('click', function(){
		$('#bg-shop-modal, #shop-modal').hide();
	});
});

