//	$(document).ready(function() {
//		function addMega(){
//			$(this).addClass("hovering");
//		}
//
//		function removeMega(){
//			$(this).removeClass("hovering");
//		}
//		var megaConfig = {
//			interval: 100,
//			sensitivity: 1000,
//			over: addMega,
//			timeout: 50,
//			out: removeMega
//		};
//		
//		$("li.mega").hoverIntent(megaConfig)
//    });

    $(document).ready(function(){ $(document).pngFix();});
    
    $(function(){$.fn.fancyzoom.defaultsOptions.imgDir='images/';	
    $('.portfolio_img a').fancyzoom({Speed:1000,showoverlay:true,overlay:6/10});});
    
    $.preloadImages("images/topmenu01-hover.png", "images/topmenu02-hover.png", "images/topmenu03-hover.png", "images/menu01-hover.jpg", "images/menu02-hover.jpg", "images/menu03-hover.jpg", "images/menu04-hover.jpg", "images/menu05-hover.jpg");
    $(function() {
    	$("a.foo img").hover(
    		function()	{this.src = "images/topmenu01-hover.png";},
    		function()	{this.src = "images/topmenu02-hover.png";},
    		function()	{this.src = "images/topmenu03-hover.png";},
    		function()	{this.src = "images/menu01-hover.jpg";},
    		function()	{this.src = "images/menu02-hover.jpg";},
    		function()	{this.src = "images/menu03-hover.jpg";},
    		function()	{this.src = "images/menu04-hover.jpg";},
    		function()	{this.src = "images/menu05-hover.jpg";}
    	)
	});
    
	$(function() {
		$('.porfolio_logo_strony_druk a').lightBox();
    });

	$(function() {
		$('.porfolio_logo a').lightBox();
    });
	
	$(function() {
		$('.porfolio_cms a').lightBox();
    });
	
	///// CUFON /////////
	
	Cufon.replace('h2');
	Cufon.replace('#projektowanie_graficzne_wroclaw h3');
	Cufon.replace('#menu li', { hover: true });
	
	///// /////////
	
	$(document).ready(function() {
		// simplest example
		$('.simpleSlideShow, .slideShowTopNavi').slideShow({
			interval: 3
		});
	});
	
	///// /////////
	
	// initialise plugins
	jQuery(function(){
		jQuery('ul.main-menu').superfish();
	});

    $.backstretch("/template/images/bg-sky.jpg");
