$(document).ready(function() {

	$(".box_menu_active").mouseover( function() {		
		$(this).next().animate({height: 'toggle'}, 300 );
	}).mouseout( function() {		
		$(this).next().animate({height: 'toggle'}, 300 );
	});


  // ------------------------------------------------------
	// SHOWCASE BANERY W STOPCE		
	$("#showcase").showcase({
		animation: { type: "fade",
			 		 interval: 6000 },
		titleBar: { enabled: false },
		navigator: { autoHide: true }				
	});          
	// ------------------------------------------------------
	
	
	$(document).ready(function(){  
	// ------------------------------------------------------
	// tooltip dla teraz polska
	$(".tooltipTerazPolska").tooltip({
		position: "bottom center",
		predelay: 100,
		offset: [0, 200],
		fadeInSpeed: 1000,
		fadeOutSpeed: 400,
		tipClass: 'tooltip_lista'
	});
	// ------------------------------------------------------
	
	// ------------------------------------------------------
	// POKAZYWANIE OBRAZKOW W OKNIE SKRYPT prettyPhoto	
  //< a href='zdjecie duze do pokazywania' title='opis zdjecia' rel='showPrettyPhoto[gallery2]' >
	//	< img src='zdjecie male wyswietlane w tekscie' width='300' alt='' title=''   / >
	//< /a >

  
	 $("a[rel^='showPrettyPhoto']").prettyPhoto({counter_separator_label:' z ',theme:'nasze',opacity:0.4,gallery_markup:''});   
	// ------------------------------------------------------
	
});
	
	
});

