$(document).ready(function() {
	$('#js_slider').cycle({
		speed: 2000,
		timeout: 3000
	});

});
