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

