$(document).ready(function() {

	$("a.fancybox").fancybox({
    'showNavArrows': true,
    'scrolling': 'no',
	});
	
});
