$(document).ready(function() {
			/*
			*   Examples - images
			*/


			$("a.thickbox").fancybox({
				'centerOnScroll': false,
        'overlayOpacity': 0.8,
        'overlayColor': '#000',
        'titlePosition': 'outside',
        'speedIn': 500
			});

		});

