$(document).ready(function() { 
	$("a.fancyBox").click(function(){
		$(".bannerImg").attr("src", this);
		return false;
	});
}); 