$(document).ready(function(){	
	$("#hero").easySlider({
		auto: true, 
		continuous: true,
		numeric: true,
		pause:          3000
	});
});	
