$(document).ready(function(){
	$('#slider').cycle({
	    fx:      'turnDown',
	    timeout: 10000,
	    delay:   -4000
	});
});
