// Encodé en UTF-8


$(document).ready( function(){

    $('ul#imgfront').animatedinnerfade({
	speed: 1000,
	timeout: 5000,
	type: 'random',
	containerheight: '232px',
	containerwidth: '378px',
	animationSpeed: 0,
	animationtype: 'fade',
	bgFrame: 'none',
	controlBox: 'none',
	displayTitle: 'none'
	});
                
});



