	$(function(){
		$('#hql-ss').cycle({
			//fx: 'fade',			   
    		fx: 'scrollLeft',
    		next: '#hql-ss',
			cleartypeNoBg: true,
    		timeout:8000
		});
	});