$(function() {

	//$('img[@src$=.png]').ifixpng(); 

	

	/* EASING **/

	/* http://gmarwaha.com/jquery/jcarousellite/#demo */

	

    $(".sliderImages").jCarouselLite({

        btnNext: ".next",

        btnPrev: ".prev",

		visible: 1,

        auto: 4000,

        speed: 1500,

		easing: "easeOutCubic"

	

		

    });

	

	$(".sliderTextHolder").jCarouselLite({

        btnNext: ".next",

        btnPrev: ".prev",

		vertical: true,

		visible: 1, 

        auto: 4000,

        speed: 1500,

		easing: "easeOutCubic"

	 

	

    });







	

	 

});

