/*menu*/

$(document).ready(function() {$('#m1').fadeTo("fast", 1);$('#t1').hover(function(){$('#m1').stop(true, true).fadeTo("fast", .6);},function(){$('#m1').fadeTo("fast", 1);});});

$(document).ready(function() {$('#m2').fadeTo("fast", 1);$('#t2').hover(function(){$('#m2').stop(true, true).fadeTo("fast", .6);},function(){$('#m2').fadeTo("fast", 1);});});

$(document).ready(function() {$('#m3').fadeTo("fast", 1);$('#t3').hover(function(){$('#m3').stop(true, true).fadeTo("fast", .6);},function(){$('#m3').fadeTo("fast", 1);});});

$(document).ready(function() {$('#m4').fadeTo("fast", 1);$('#t4').hover(function(){$('#m4').stop(true, true).fadeTo("fast", .6);},function(){$('#m4').fadeTo("fast", 1);});});

$(document).ready(function() {$('#m5').fadeTo("fast", 1);$('#t5').hover(function(){$('#m5').stop(true, true).fadeTo("fast", .6);},function(){$('#m5').fadeTo("fast", 1);});});

$(document).ready(function() {$('#m6').fadeTo("fast", 1);$('#t6').hover(function(){$('#m6').stop(true, true).fadeTo("fast", .6);},function(){$('#m6').fadeTo("fast", 1);});});

$(document).ready(function() {$('#m7').fadeTo("fast", 1);$('#t7').hover(function(){$('#m7').stop(true, true).fadeTo("fast", .6);},function(){$('#m7').fadeTo("fast", 1);});});


$(document).ready(function() {$('#starsze').fadeTo("fast", 1);$('#starsze').hover(function(){$('#starsze').stop(true, true).fadeTo("fast", .6);},function(){$('#starsze').fadeTo("fast", 1);});});

$(document).ready(function() {$('#nowsze').fadeTo("fast", 1);$('#nowsze').hover(function(){$('#nowsze').stop(true, true).fadeTo("fast", .6);},function(){$('#nowsze').fadeTo("fast", 1);});});




$(document).ready(function() {
   $(".girl img").fadeTo("fast", 1);
   $(".girl img").hover(function(){
      $(this).stop(true, true).fadeTo("fast", .6);
   },
   function(){
      $(this).fadeTo("fast", 1);
   });
});

$(document).ready(function() {
   $("#galeria img").fadeTo("fast", 1);
   $("#galeria img").hover(function(){
      $(this).stop(true, true).fadeTo("fast", .7);
   },
   function(){
      $(this).fadeTo("fast", 1);
   });
});



$(function() {
    $('#ss1').cycle();
	});
	
$(function() {
    $('#ss2').cycle();
	});	
	
$(function() {  
	$('#ss1').fadeIn({duration: 1000});
	});

