$(document).ready(function() {
$('div#members div.member-info div.slideshow div.slides').cycle({
			slideExpr: '.slide',	
			fx:     'scrollLeft', 
			timeout: 0,
			next:   '.next-btn', 
    		prev:   '.previous-btn',
			cleartype:  1
	});	
	$('ul.list5 li a').hover(
		function(){
			Cufon.replace( $(this), { fontFamily: 'Baron Kuffner', textShadow: '#666 1px 2px', hover:false, color:'#000' });
			},
			function(){
				Cufon.replace( $(this), { fontFamily: 'Baron Kuffner', textShadow: '#000 1px 2px', hover:false, color:'#fff' });
			}
	);
});

