jQuery(document).ready(function($){
	$('#faderbox').cycle({
		timeout: 7000,
		speed: 1000,
		pause: 0
	});
});