$(document).ready(function() { 		

					<!-- polprzezroczyste tlo w menu -->
					$("ul#nav ul ul li a").fadeTo("fast", .9);					
						$("ul#nav ul ul li a").hover(function(){
															$(this).fadeTo("fast", 1);
													},function(){
															$(this).fadeTo("fast", .9);
													});
						
					<!-- polprzezroczyste tlo w menu -->
					$("ul#nav ul li a").fadeTo("fast", .9);					
						$("ul#nav ul li a").hover(function(){
															$(this).fadeTo("fast", 1);
													},function(){
															$(this).fadeTo("fast", .9);
													});	
					<!-- tabela - kolory wierszy -->																			
													$(".new:nth-child(odd)").addClass("odd");
													$(".prom:nth-child(odd)").addClass("odd");						
													$("tr:nth-child(odd)").addClass("odd");				
													
			<!-- blysk na obrazkach -->
					$(".galeria img").fadeTo("fast", .8);					
						$(".galeria img").hover(function(){
															$(this).fadeTo("fast", 1);
													},function(){
															$(this).fadeTo("fast", .8);
													});		
						
			<!-- blysk na obrazkach -->
					$(".desc_img img").fadeTo("fast", .9);					
						$(".desc_img img").hover(function(){
															$(this).fadeTo("fast", 1);
													},function(){
															$(this).fadeTo("fast", .9);
													});								
						



 });
 
 
  $(document).ready(function(){
						$("tr:first").addClass("pink");
  });
