$(document).ready(function(){	

			$("#slider").easySlider({

				auto: true, 

				continuous: true,

				pause: 6400,

				speed:400//,

				//numeric: true

				

			});

	

		});	


