





$(document).ready(function() {
	
	$(function() {
		$("#workshopsPics").jCarouselLite({
			auto: 3000,
			visible: 3,
			speed: 400
		});
	});
	
	
	
});
