$(document).ready(function(){
	$("#news").easySlider({
		prevId: 	 'news_prev',
		prevText:    '<',
		nextId: 	 'news_next',	
		nextText: 	 '>',
		orientation: 'vertical',
		pad: 		 '204'
	});
});
