JQ(function() {
	//JQ('img[@srcJQ=.png]').ifixpng(); 
	
	/* EASING **/
	/* http://gmarwaha.com/jquery/jcarousellite/#demo */
	
    JQ(".sliderImages").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 1,
		vertical: true,
        auto: 2000,
        speed: 500,
		easing: "easeOutQuint"
    });
	JQ(".sliderText").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible: 1, 
        auto: 3000,
        speed: 1000,
		easing: "easeOutQuint"
    });

});
