$(document).ready(function() {
   $('a[rel*=facebox]').facebox();
	 $("a[class*=facebox]").facebox();	
	 $(".photoalbum").click(function(){
		 var timg = $(this).attr("href");
		 $("#catalogImg").attr("src",timg);
		 return false;
	 })

});
