$(document).ready(function() {
	$('#slider').slider({
		timeOut:4000
	});
});
