$(document).ready(function(){
	$('#atmosphere_images').innerfade({
		speed: 'slow',
		timeout: 2500,
		type: 'sequence',
		containerheight: '524px'
	});
	
	$('#brand_atmosphere').innerfade({
		speed: 'slow',
		timeout: 2500,
		type: 'sequence',
		containerheight: '265px'
	});
	
	$('#slider_ul_news').innerfade({
		speed: 'slow',
		timeout: 3000,
		type: 'sequence',
		containerheight: '191px'
	});
});
