﻿$(document).ready(function() {
	
	$("#slider").show().easySlider({
		auto: true, 
		continuous: true,
		pause: 5000,
		numeric: true
	});
});

