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

			$("a#image").fancybox({
				'titleShow'		: false
			});

			
		});

