$(document).ready(function() {
	$('#slidercontent').cycle({
		fx: 'fade',
		speed: 1000,
		delay: 0,
		sync: 1,     
		timeout: 3000,
		timeoutFn: null
	});
});
