(function($) {
$(document).ready(function() { /* This is basic - uses default settings */ 
						   
						   $( "a.thumbfancy" ).each(function( intIndex ){
																	  
$(this).fancybox({
		'zoomOpacity'			: true,
		'overlayShow'			: false,
		'zoomSpeedIn'			: 500,
		'zoomSpeedOut'			: 500
	});}); 
						   
						   }); })(jQuery);

