		$(document).ready(function() {
		/*
			* images
		*/

		$("a#example2, a#example3, a#example4, a#example5, a#example6, a#example7, a#example8, a#example9, a#example10, a#example11 ").fancybox({
				'titleShow'		: false,
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic'
			});
					
		

	
			/*
			*   various
		*/

		
			$("#various5").fancybox({
		'width'				: 620,
		'height'			: 320,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});
	
				$("#various6").fancybox({
		'width'				: 620,
		'height'			: 320,
        'autoScale'     	: false,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe'
	});

			
			
			
			
		});
