$(document).ready(function() {

	/* This is basic - uses default settings */
	
	$("a.big-image-link").fancybox();
});

