$(document).ready(function(){
	$(".jCarouselLite").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible: 5,
		auto:1500,
		speed:500

	});

    $(window).load( function(){
	 $('.screenshot').cycle({
		fx: 'blindY' ,
		speed:1200,
		speedIn:1200,  // speed of the "in" transition 
		speedOut:1200,
		timeout:6000			
	});	
    });
});

