jQuery(document).ready(function() {

	/*
	*   Examples - images
	*/
	
	
		
	
	
	
	
	/*
	*   Examples - various
	*/
	
	
			
	$("#various5").fancybox({
		'width'				: '15%',
		'height'			: '70%',
        'autoScale'     	: true,
        'transitionIn'		: 'none',
		'transitionOut'		: 'none',
		'type'				: 'iframe',
		'overlayOpacity'	: '0.8',
		'overlayColor'		: '#000'
	});
	
	
	

	
	
	/*
	*   Examples - manual call
	*/


    
   
			

	


	/*
	*   Zebra-stripping table
	*/
	

});
