jQuery(window).load(function() {	
$(".topicsDescription ul").bxSlider({
			mode: 'vertical',
			infiniteLoop: false,
			hideControlOnEnd: true,
			prevText: ' previous |',
			nextText: ' next ',
			displaySlideQty: 7,
			moveSlideQty: 7
			});
		
});


