jQuery(document).ready(function(){	
	jQuery("#testimonials").easySlider({
		prevText:'Previous',
		nextText:'Next',
		orientation:'horizontal'
	});
	//Carousel
	jQuery(".Carousel").jCarouselLite({
    btnNext: ".Carousel .next",
    btnPrev: ".Carousel .prev"
	});
});

