$(function(){
	$('#rotator').panelGallery({
	sections:5,
	imageTransitionDelay :2500,
	startDelay:3000,
	sectionTransitionDelay : 700,
	});
});

$(document).ready(function(){	
    $("#tier1 #slider").sudoSlider({ 
        numeric:true,
        prevNext:false,
        startSlide: 1,
		auto:true,
		pause:3000,
		speed:1200,
		prevNext: false,
		continuous:true
    });
});
