var AB = jQuery.noConflict();  
        AB(function(){
					AB('a.zwin').click (function(event){
                    AB ('.box_zakwaterowanie').toggle('fast');  
                    event.preventDefault(); 
                     });
					AB('a.zwin2').click (function(event){
                    AB ('.box_miejsce').toggle('fast');  
                    event.preventDefault(); 
                     });
										 
					AB('a.zwin3').click (function(event){
                    AB ('.box_eger').toggle('fast');  
                    event.preventDefault(); 
                     });
					AB('a.zwin4').click (function(event){
                    AB ('.box_buda').toggle('fast');  
                    event.preventDefault(); 
                     });
										 
										AB('div.face').mouseover (function(){
                    AB ('.face2').show('fast');  
                    
                     });
                     
                     AB('div.face').mouseleave (function(){
                    AB (' .face2').hide('fast');  
                    
                     });
										 
						AB('#sub1').mouseover (function(event){
                    AB ('#sub_menu').slideDown('fast');  
                    event.preventDefault(); 
                     });
										 
						AB('#sub1').mouseleave (function(event){
                    AB ('#sub_menu').slideUp('fast');  
                    event.preventDefault(); 
                     });
										 
										 AB('#sub2').mouseover (function(event){
                    AB ('#sub_menu1').slideDown('fast');  
                    event.preventDefault(); 
                     });
										 
						AB('#sub2').mouseleave (function(event){
                    AB ('#sub_menu1').slideUp('fast');  
                    event.preventDefault(); 
                     });
										 
										  AB('#sub3').mouseover (function(event){
                    AB ('#sub_menu2').slideDown('fast');  
                    event.preventDefault(); 
                     });
										 
						AB('#sub3').mouseleave (function(event){
                    AB ('#sub_menu2').slideUp('fast');  
                    event.preventDefault(); 
                     });
										 
				  AB('#slider1').s3Slider({
            timeOut: 8000 
        });
				
				
                     
                     
         });


