$(document).ready(function() {
	$('#gall').cycle({ 
		fx:    'fade', 
		sync:   1, 
		speed:  2000,
		timeout: 5000
	 });
});
