$(function() {	//$('img[@src$=.png]').ifixpng(); 		/* EASING **/	/* http://gmarwaha.com/jquery/jcarousellite/#demo */	    $(".sliderImages").jCarouselLite({        btnNext: ".next",        btnPrev: ".prev",		visible: 1,		easing: "easeInOutExpo",		auto: 6100,		speed: 1000    });	});
