var univers = {
	src: '/design/flash/univers.swf'
};

sIFR.prefetch(univers);
sIFR.activate();

sIFR.replace(univers,  {
	selector: '.advies h1',
	wmode: 'transparent',
	css: {
		'.sIFR-root': { 
			'color': '#1C1B21',
			'font-weight': 'bold',
			'font-style': 'normal',
			'text-transform': 'uppercase',
			'font-size':'18px',
			'text-align': 'center'
		}	
	}
});

sIFR.replace(univers,  {
	selector: '.advies h2',
	wmode: 'transparent',
	css: {
		'.sIFR-root': {
			'color': '#1C1B21',
			'font-weight': 'bold',
			'font-style': 'normal',
			'text-transform': 'uppercase',
			'font-size':'14px',
			'text-align': 'center'
		}	
	}
});

sIFR.replace(univers,  {
	selector: '.acties h1.small',
	wmode: 'transparent',
	css: {
		'.sIFR-root': {
			'color': '#1C1B21',
			'font-weight': 'bold',
			'font-style': 'normal',
			'text-transform': 'uppercase',
			'font-size':'14px',
			'text-align': 'left'
		}	
	}
});

sIFR.replace(univers,  {
	selector: '.acties h1.center',
	wmode: 'transparent',
	css: {
		'.sIFR-root': {
			'color': '#1C1B21',
			'font-weight': 'bold',
			'font-style': 'normal',
			'text-transform': 'uppercase',
			'font-size':'18px',
			'text-align': 'center'
		}	
	}
});

sIFR.replace(univers,  {
	selector: '.outlet .home h1',
	wmode: 'transparent',
	css: {
		'.sIFR-root': {
			'color': '#1C1B21',
			'font-weight': 'bold',
			'font-style': 'normal',
			'text-transform': 'uppercase',
			'font-size':'18px',
			'text-align': 'left'
		}	
	}
});

sIFR.replace(univers,  {
	selector: '.outlet h1',
	wmode: 'transparent',
	css: {
		'.sIFR-root': {
			'color': '#1C1B21',
			'font-weight': 'bold',
			'font-style': 'normal',
			'text-transform': 'uppercase',
			'font-size':'18px',
			'text-align': 'center'
		}	
	}
});

sIFR.replace(univers,  {
	selector: '.assortiment h1',
	wmode: 'transparent',
	css: {
		'.sIFR-root': {
			'color': '#1C1B21',
			'font-weight': 'bold',
			'font-style': 'normal',
			'text-transform': 'uppercase',
			'font-size':'18px',
			'text-align': 'center'
		}	
	}
});

sIFR.replace(univers,  {
	selector: '.nieuws h2',
	wmode: 'transparent',
	css: {
		'.sIFR-root': {
			'color': '#1C1B21',
			'font-weight': 'bold',
			'font-style': 'normal',
			'text-transform': 'uppercase',
			'font-size':'16px',
			'text-align': 'center'
		}	
	}
});

sIFR.replace(univers,  {
	selector: '.nieuws h1',
	wmode: 'transparent',
	css: {
		'.sIFR-root': {
			'color': '#1C1B21',
			'font-weight': 'bold',
			'font-style': 'normal',
			'text-transform': 'uppercase',
			'font-size':'18px',
			'text-align': 'center'
		}	
	}
});

sIFR.replace(univers,  {
	selector: '.productInfo h1',
	wmode: 'transparent',
	css: {
		'.sIFR-root': {
			'color': '#ffffff',
			'font-weight': 'bold',
			'font-style': 'normal',
			'text-transform': 'uppercase',
			'font-size':'10px',
			'text-align': 'center'
		}	
	}
});

sIFR.replace(univers,  {
	selector: '.contact h1',
	wmode: 'transparent',
	css: {
		'.sIFR-root': {
			'color': '#1C1B21',
			'font-weight': 'bold',
			'font-style': 'normal',
			'text-transform': 'uppercase',
			'font-size':'12px'
		}	
	}
});

sIFR.replace(univers,  {
	selector: 'h1',
	wmode: 'transparent',
	css: {
		'.sIFR-root': {
			'color': '#1C1B21',
			'font-weight': 'bold',
			'font-style': 'normal',
			'text-transform': 'uppercase',
			'font-size':'18px'
		}	
	}
});

sIFR.replace(univers,  {
	selector: 'h2',
	wmode: 'transparent',
	css: {
		'.sIFR-root': {
			'color': '#1C1B21',
			'font-weight': 'bold',
			'font-style': 'normal',
			'text-transform': 'uppercase'
		}	
	}
});

