jQuery.noConflict();
jQuery(document).ready(function(){	
			jQuery("#slider").easySlider({
				auto: true, 
			});
		});	
