$(document).ready(function(){
						   $(".latest_img").fadeTo("slow", 0.3);
						   $(".latest_img").hover(function(){
						   $(this).fadeTo("slow", 1.0);
						   },function(){
						   $(this).fadeTo("slow", 0.3);
						   });
						   });

$(document).ready(function(){
						   $(".paged a").fadeTo("slow", 0.5);
						   $(".paged a").hover(function(){
						   $(this).fadeTo("slow", 1.0);
						   },function(){
						   $(this).fadeTo("slow", 0.5);
							   	});
						   });

$(document).ready(function(){
						   $(".image_adv").fadeTo("slow", 0.6);
						   $(".image_adv").hover(function(){
						   $(this).fadeTo("fast", 1.0);
						   },function(){
						   $(this).fadeTo("slow", 0.6);
							   	});
						   });

$(document).ready(function(){
						   $(".image_adv_3").fadeTo("slow", 0.6);
						   $(".image_adv_3").hover(function(){
						   $(this).fadeTo("fast", 1.0);
						   },function(){
						   $(this).fadeTo("slow", 0.6);
							   	});
						   });

$(document).ready(function(){
						   $(".image_adv_2").fadeTo("slow", 1.0);
						   $(".image_adv_2").hover(function(){
						   $(this).fadeTo("fast", 0.6);
						   },function(){
						   $(this).fadeTo("slow", 1.0);
							   	});
						   });

$(document).ready(function(){
						   $(".zdjecie").fadeTo("fast", 0.7);
						   $(".zdjecie").hover(function(){
						   $(this).fadeTo("fast", 1.0);
						   },function(){
						   $(this).fadeTo("slow", 0.7);
							   	});
						   });

$(document).ready(function(){
						   $(".mail").fadeTo("slow", 0.4);
						   $(".mail").hover(function(){
						   $(this).fadeTo("fast", 1.0);
						   },function(){
						   $(this).fadeTo("slow", 0.4);
							   	});
						   });

$(document).ready(function(){
						   $(".row1").fadeTo("fast", 0.9);
						   $(".row1").hover(function(){
						   $(this).fadeTo("fast", 1.0);
						   },function(){
						   $(this).fadeTo("slow", 0.9);
							   	});
						   });

$(document).ready(function(){
						   $(".main_link").fadeTo("fast", 1.0);
						   $(".main_link").hover(function(){
						   $(this).fadeTo("fast", 0.4);
						   },function(){
						   $(this).fadeTo("fast", 1.0);
							   	});
						   });

$(document).ready(function(){
						   $(".row2").fadeTo("fast", 0.9);
						   $(".row2").hover(function(){
						   $(this).fadeTo("fast", 1.0);
						   },function(){
						   $(this).fadeTo("slow", 0.9);
							   	});
						   });

$(document).ready(function(){
						   $("#div").fadeTo("slow", 0.3);
						   $("#div").hover(function(){
						   $(this).fadeTo("slow", 1.0);
						   },function(){
						   $(this).fadeTo("slow", 0.3);
							   	});
						   });
