$(function() {
	$('#pics').cycle({ 
	    fx:     'fade', 
	    speed:  'slow', 
	    timeout: 0, 
	    next:   '#next', 
	    prev:   '#prev' 
	});
	
	$('#galleryList').jScrollPane();
	
});
