$(document).ready(function(){

	$('#beforeAfterDan').cycle({ 
		fx:     		'fade', 
		speed:  		'fast', 
		timeout: 		0, 
		next:   		'.toggleDan'
	});
	
	$('#beforeAfterAmy').cycle({ 
		fx:     		'fade', 
		speed:  		'fast', 
		timeout: 		0, 
		next:   		'.toggleAmy'
	});
	
	$('#beforeAfterGary').cycle({ 
		fx:     		'fade', 
		speed:  		'fast', 
		timeout: 		0, 
		next:   		'.toggleGary'
	});
	
	$('#beforeAfterSusan').cycle({ 
		fx:     		'fade', 
		speed:  		'fast', 
		timeout: 		0, 
		next:   		'.toggleSusan'
	});	
	
});