$(document).ready(function(){
    $("#close-link").click(function () {
	 $("#great-deal-link").fadeOut("medium");					 
     $("#great-deal").fadeOut("slow");
	 $("#system-banner").fadeIn("slow");
    });  
	 $("body").click(function () {
	 $("#great-deal-link").fadeOut("medium");					 
     $("#great-deal").fadeOut("slow");
	 $("#system-banner").fadeIn("slow");
    });  
	 $("#great-deal-link").click(function () {
    });  
	$('a.customGal').zoomimage();	
	$('a.customGal2').zoomimage({
	hideSource: true
});

});
