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



	
	 
});

