$(document).ready(function(){
						   $(".ImgAktualne").fadeTo("slow", 1.0); 
						   $(".ImgAktualne").hover(function(){
						   $(this).fadeTo("slow", 0.50); 
						   },function(){
						   $(this).fadeTo("slow", 1.0); 
						   });
						   });
$(document).ready(function(){
						   $(".ImgGalerie").fadeTo("slow", 1.0); 
						   $(".ImgGalerie").hover(function(){
						   $(this).fadeTo("slow", 0.7); 
						   },function(){
						   $(this).fadeTo("slow", 1.0); 
						   });
						   });

