$(document).ready(function() {
	$('#slideshow').cycle({
		fx:     'wipe',
		speed:   500,
		timeout: 5000,
		clip:   'r2l' 
	});

	$('#members_profiles').cycle({
		fx: 'fade',
		speed:   500,
		timeout: 7000
	});
});
