$(document).ready(function() {
	$('#gallery').cycle({
		fx:    'fade',
		timeout:6500,
		speed:  1500
	});
});

