$(window).load(function() {
  
  //nivo slider
	$('#slider').nivoSlider({ 
		effect:'fade',
		animSpeed:400,
		pauseTime:5000
	});
	
	//fancybox
	$('#gallery_thumbs a').fancybox({
		'transitionIn'      : 'none',
		'transitionOut'     : 'none',
		'titleShow'	        : true,
		'titlePosition'	    : 'inside'
	});
	
	//fancybox iframe
	$('#btn_cataloge, #btn_callback, #btn_content_kontakt, #btn_info, .button, #btn_callback_service').fancybox({ 
		'transitionIn'      : 'none',
		'transitionOut'     : 'none',
		'titleShow'	        : true,
		'titlePosition'     : 'inside',
    'type'              : 'iframe',
    'autoScale'         : false
	});
	
});
