$(function() {
	
	$(".facebox").each(function() {
		$(this).facebox();
	});
});
