/* Accompanies JCarouselLite  */
/* See http://gmarwaha.com/jquery/jcarousellite/ */

$(function() {
    $(".featuredItems").jCarouselLite({		
        btnNext: "#nextBlog",
		btnPrev: "#prevBlog",
		visible: 4,
		scroll: 2,
		easing: "easeinout",
		speed: 1000,
		circular: false,
		vertical: false	
    });	
});

