$(document).ready(function(){
	$('.cycle').cycle();
	
	$('ul#pictures img').hover(function() {
		$('#picture a:visible').hide();
		$('#picture #'+$(this).attr('id')+'_big').show();
	});
});
Shadowbox.init({
    language:   "fr"
});
 
