

jQuery(function($){
	$(document).ready(function(){
		$("a.fancyBox_image").fancybox();
	});
	
});


