$(document).ready(function(){
	// rotator init
	$("#slider").sudoSlider({
		auto: true,
		pause: 3000,
		fade: true,
		numeric: true
	});
});
