// JavaScript Document
		$(document).ready(function(){	
			$("#slider div.animate").easySlider({
				auto: true, 
				continuous: false,
				speed: 		1000,
				pause:		6000,
				numeric: true
			});
		});
	


