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