jQuery(document).ready(function() {
	jQuery(".fancybox").fancybox({
		cyclic: true,
		titlePosition: 'over'
	});
});

