/* Author: Steve King */

$(document).ready(function() {
	
	$('#fader').cycle({ 
	    speed:   2000,  
	    timeout: 5000 
	});

});
