$(document).ready(function() {
 $('#text_to_follow_1').hide();
 $('#text_to_follow_2').hide();
 $('#text_to_follow_3').hide();
 $('#txt_do_arte_fi').hide();
 $('#gallery_wnetrza img').mouseover(function() {
   $('#text_to_follow_1').fadeIn(500);
   $('#gallery_wnetrza').animate({height: '350px'}, 400);
 });
 $('#gallery_mozaika img').mouseover(function() {
   $('#text_to_follow_2').fadeIn(500);
   $('#gallery_mozaika').animate({height: '350px'}, 400);
 });
 $('#gallery_ceramika img').mouseover(function() {
   $('#text_to_follow_3').fadeIn(500);
   $('#gallery_ceramika').animate({height: '350px'}, 400);
 });
 $('#gallery_wnetrza img').mouseout(function() {
   $('#text_to_follow_1').fadeOut(500);
   $('#gallery_wnetrza').animate({height: '370px'}, 400);
 });
 $('#gallery_mozaika img').mouseout(function() {
   $('#text_to_follow_2').fadeOut(500);
   $('#gallery_mozaika').animate({height: '370px'}, 400);
 });
 $('#gallery_ceramika img').mouseout(function() {
   $('#text_to_follow_3').fadeOut(500);
   $('#gallery_ceramika').animate({height: '370px'}, 400);
 });
 $('a.o_aranz_wnetrz').mouseover(function() {
   $('#text_to_follow_1').fadeIn(500);
 })
 $('a.o_mozaice').mouseover(function() {
   $('#text_to_follow_2').fadeIn(500);
 })
 $('a.o_ceramice').mouseover(function() {
   $('#text_to_follow_3').fadeIn(500);
 })
 $('a.o_aranz_wnetrz').mouseout(function() {
   $('#text_to_follow_1').fadeOut(400);
 })
 $('a.o_mozaice').mouseout(function() {
   $('#text_to_follow_2').fadeOut(400);
 })
 $('a.o_ceramice').mouseout(function() {
   $('#text_to_follow_3').fadeOut(400);
 })
 $('a.o_mnie').mouseover(function() {
   $('#gallery_content').css({'overflow': 'hidden'});
   $('#gallery_mozaika').animate({height: '340px'}, 400);
   $('#gallery_wnetrza').animate({height: '340px'}, 400);
   $('#gallery_ceramika').animate({height: '340px'}, 400);
   $('#txt_do_arte_fi').fadeTo(1200, .99);
 })
 $('a.o_mnie').mouseout(function() {
   $('#gallery_mozaika').animate({height: '370px'}, 1000);
   $('#gallery_wnetrza').animate({height: '370px'}, 1000);
   $('#gallery_ceramika').animate({height: '370px'}, 1000, function() {
     $('#gallery_content').css({'overflow': 'auto'});
   });
   $('#txt_do_arte_fi').fadeOut(50);
 })
 $('#cgaw').cycle({fx: 'fade', timeout: 12000, speed: 4500, delay: -4000, random: 1});
 $('#cgam').cycle({fx: 'fade', timeout: 12000, speed: 4500, delay: 4000, random: 1});
 $('#cgac').cycle({fx: 'fade', timeout: 12000, speed: 4500, delay: 0, random: 1});

});

