$(function (){  
	if ($("#slider").length) {  
    	$("#slider").easySlider({
			auto: true, 
			continuous: true, 
			speed: 800, 
			pause: 5000
		});
	} 			
	
	if ($("#thumbslider").length) {  
		$("#thumbslider").easySlider({
			auto: true, 
			continuous: true, 
			speed: 800, 
			pause: 5000,
			controlsShow: false
		});
	}
}); 
