    $(document).ready(function ()
      {
             $('.boxgrid.caption').hover(function(){
                    $(".cover", this).stop().animate({top:'100px'},{queue:false,duration:160});
     }, function() {
         $(".cover", this).stop().animate({top:'185px'},{queue:false,duration:160});
     });


          $(".quick_portfolio .quick_ul").jCarouselLite(
            {
                auto: 2300,
                speed: 900,
                vertical: true
            });

          /* $(".dzialy-images .animated_ul").jCarouselLite(
            {
                auto: 2300,
                speed: 900,
                vertical: true
            });*/
			$('ul#animated').innerfade({
						speed: 900,
						timeout: 6000,
						type: 'sequence',
						containerheight: '235px'
					});

            $("#menu").find(".ready").hoverIntent(function ()
            {
                $(this).animate({marginTop: "-5px"}, 300);
            },function ()
            {
                $(this).animate({marginTop: "-20px"}, 300);
            });

            $("a[rel^='prettyPhoto']").prettyPhoto({animationSpeed: "fast", padding: 35, opacity: 0.35, showTitle: true, allowresize: true, counter_separator_label: "/", theme: "light_square"});


    });


