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

			$(".gallery a").fancybox({
				'titlePosition'	: 'over',
				showNavArrows: true
			});

		});
