$('#illustration_cabane img').hide();
$(document).ready(function() 
{
	window.onload = function () {
		// run the code in the markup!
		$('#illustration_cabane').cycle( 
		{
			fx:     'fade', 
			speed:  'fast', 
			timeout: 0, 
			next:   '#next2', 
			prev:   '#prev2' 
		});
	}
});