// ==================================================
// ==================================================
// C@ 24-08-2010
// M@ 28-10-2010
// ==================================================
// ==================================================
	$(document).ready(function() {
		setTimeout(function(){
			$('.imageNavigation').show();
			$('.imageNavigation').slideShow({
				interval: 10
			});
		},0);
	});
// ==================================================
// ==================================================
