$(document).ready(function(){
	if($(".slide").length){
		$(".slide").easySlider({
			auto: true, 
			continuous: true,
			pause: 4500,
			numeric: true
		});
	}
});

