$(document).ready(function(){	
	$("#slides").easySlider({
		orientation: 'horizontal',
		speed: '90'
	});
});
