// Start jQuery
$(function() {
		   
	// Start script for homepage news scroller
	$("#slider").easySlider({
		prevText:'<strong>Previous</strong>', // Text for next item
		nextText:'<strong>More</strong>', // Text for previous item
		orientation:'vertical' // Scrolling direction, you can change to 'horizontal'
	});
// End script for homepage news scroller

// Close jQuery
});