$(function() {
$('#weddinggallery').cycle({ 
	fx:     'fade', 
	timeout: 4000
});
});

$(function() {
$('#Portraitgallery').cycle({ 
	fx:     'fade', 
	timeout: 4000
});
});