$(function(){
	$.fn.loopedSlider.defaults.addPagination = true;
	$('.loopedSlider').loopedSlider({
            autoStart: 12000
        });
});
