( function($) {
	$(document).ready( function() {
		$("#blog_articles_slider").easySlider( {
			continuous : true,
			controlsShow : false,
			nextId : 'blog_articles_next_link'
		});
	});
})(jQuery);

