// JavaScript Document

jQuery(document).ready(function(){

// BeeItalian Page Animation

jQuery(".mk_1").mouseover(function(){
	  jQuery(this).stop().animate({"top": "-7px"}, {"duration": "fast", "easing": "easeOutQuad"} );
      jQuery(".mk_mirror_1").stop().animate({"top": "3px"}, {"duration": "fast", "easing": "easeOutQuad"} );
    }).mouseout(function(){
	  jQuery(this).stop().animate({"top": "0px"}, {"duration": "slow", "easing": "easeOutBounce"} );
      jQuery(".mk_mirror_1").stop().animate({"top": "0px"}, {"duration": "slow", "easing": "easeOutBounce"} );
    });
	
	jQuery(".mk_2").mouseover(function(){
	  jQuery(this).stop().animate({"top": "-7px"}, {"duration": "fast", "easing": "easeOutQuad"} );
      jQuery(".mk_mirror_2").stop().animate({"top": "3px"}, {"duration": "fast", "easing": "easeOutQuad"} );
    }).mouseout(function(){
	  jQuery(this).stop().animate({"top": "0px"}, {"duration": "slow", "easing": "easeOutBounce"} );
      jQuery(".mk_mirror_2").stop().animate({"top": "0px"}, {"duration": "slow", "easing": "easeOutBounce"} );
    });
	
    jQuery(".mk_3").mouseover(function(){
	  jQuery(this).stop().animate({"top": "-7px"}, {"duration": "fast", "easing": "easeOutQuad"} );
      jQuery(".mk_mirror_3").stop().animate({"top": "3px"}, {"duration": "fast", "easing": "easeOutQuad"} );
    }).mouseout(function(){
	  jQuery(this).stop().animate({"top": "0px"}, {"duration": "slow", "easing": "easeOutBounce"} );
      jQuery(".mk_mirror_3").stop().animate({"top": "0px"}, {"duration": "slow", "easing": "easeOutBounce"} );
    });
	
	jQuery(".mk_4").mouseover(function(){
	  jQuery(this).stop().animate({"top": "-7px"}, {"duration": "fast", "easing": "easeOutQuad"} );
      jQuery(".mk_mirror_4").stop().animate({"top": "3px"}, {"duration": "fast", "easing": "easeOutQuad"} );
    }).mouseout(function(){
	  jQuery(this).stop().animate({"top": "0px"}, {"duration": "slow", "easing": "easeOutBounce"} );
      jQuery(".mk_mirror_4").stop().animate({"top": "0px"}, {"duration": "slow", "easing": "easeOutBounce"} );
    });
	
    jQuery(".mk_5").mouseover(function(){
	  jQuery(this).stop().animate({"top": "-7px"}, {"duration": "fast", "easing": "easeOutQuad"} );
      jQuery(".mk_mirror_5").stop().animate({"top": "3px"}, {"duration": "fast", "easing": "easeOutQuad"} );
    }).mouseout(function(){
	  jQuery(this).stop().animate({"top": "0px"}, {"duration": "slow", "easing": "easeOutBounce"} );
      jQuery(".mk_mirror_5").stop().animate({"top": "0px"}, {"duration": "slow", "easing": "easeOutBounce"} );
    });
	
    jQuery(".mk_6").mouseover(function(){
	  jQuery(this).stop().animate({"top": "-7px"}, {"duration": "fast", "easing": "easeOutQuad"} );
      jQuery(".mk_mirror_6").stop().animate({"top": "3px"}, {"duration": "fast", "easing": "easeOutQuad"} );
    }).mouseout(function(){
	  jQuery(this).stop().animate({"top": "0px"}, {"duration": "slow", "easing": "easeOutBounce"} );
      jQuery(".mk_mirror_6").stop().animate({"top": "0px"}, {"duration": "slow", "easing": "easeOutBounce"} );
    });
	
});
