		$(document).ready(function() {
			/*
			*   Examples - images
			*/

			$("a.photo_preview, a.photo").fancybox({
				'titleShow'		: true,
				'autoScale' : true,
				'centerOnScroll' : false,
				'titlePosition' : 'inside',
				'titleFormat' : function(title, currentArray, currentIndex, currentOpts) {
		    return '<b>' + title + '</b>';
		}

			});
});

