$(document).ready(function() {

	$('#tunisia-pics').cycle({
	    fx:     'fade',
	    speed:   400,
	    timeout: 3000,
	    next:   '#tunisia-pics',
	    pause:   1
	});

	$('#gp-pics').cycle({
	    fx:     'fade',
	    speed:   400,
	    timeout: 3000,
	    next:   '#gp-pics',
	    pause:   1
	});

});