$(document).ready(function() {
	$('ul#startgallery').cycle({ 
	    fx:      'fade', 
	    speed:    800, 
	    timeout:  10000 
	});
});

