function initTeamsJCarousel() {
		$(".galleryHolder").jCarouselLite({
		visible: 1,
		auto: 2000,
		speed: 1000
		});
	}
function initTestimonialCarousel() {
		$(".testimonialGallery").jCarouselLite({
		visible: 1,
		auto: 6000,
		speed: 1000
		});
	}
$(document).ready(function(){
	initTeamsJCarousel();
	initTestimonialCarousel();
});
