var vag = { src: '/media/vag.swf', wmode: 'transparent' };
sIFR.activate(vag);
/*
sIFR.replace(vag, {
	selector: '#nav_acties'
	,css: [
		'.sIFR-root span { color: #ff9900; font-size: 14px; font-weight: bold; }',
		'.sIFR-root a { color: #ff9900; text-decoration: none; font-weight: bold; }',
		'.sIFR-root a:hover { color: #a9e000; font-weight: bold; }',
	]
});
*/

sIFR.replace(vag, {
	selector: '#nav li.highlight'
	,css: [
		'.sIFR-root { color: #baf602; text-decoration: none; text-align: center; font-size: 14px; }',
		'.sIFR-root em { color: #baf602; text-decoration: none; text-align: center; font-style: normal; }',
		'.sIFR-root a { color: #ff9900; text-decoration: none; text-align: center; }',
		'.sIFR-root a:hover { color: #baf602; }',
	]
});

sIFR.replace(vag, {
	selector: '#nav li'
	,css: [
		'.sIFR-root { color: #baf602; text-decoration: none; text-align: center; font-size: 14px; }',
		'.sIFR-root em { color: #baf602; text-decoration: none; text-align: center; font-style: normal; }',
		'.sIFR-root a { color: #ffffff; text-decoration: none; text-align: center; }',
		'.sIFR-root a:hover { color: #baf602; }',
	]
});

sIFR.replace(vag, {
	selector: '#subnav li'
	,css: [
		'.sIFR-root { color: #4e1a7c; font-size: 14px; }',
		'.sIFR-root a { color: #666666; text-decoration: none; }',
		'.sIFR-root a:hover { color: #4e1a7c; }',
	]
});

sIFR.replace(vag, {
	selector: 'h2'
	,css: [
		'.sIFR-root { color: #4e1a7c; font-size: 24px; font-weight: bold; }'
	]
});

sIFR.replace(vag, {
	selector: '.maten_fotoboek strong'
	,css: [
		'.sIFR-root { font-size: 14px; font-weight: bold; color: #4e1a7c; text-align: center; }'
	]
	, tuneHeight : '-5px'
});
sIFR.replace(vag, {
	selector: '.maten_fotoboek div'
	,css: [
		'.sIFR-root { font-size: 24px; font-weight: bold; color: #4e1a7c; text-align: center; }'
	]
	, tuneHeight : '-13px'
	, offsetTop : '-2px'
});
sIFR.replace(vag, {
	selector: '.maten_fotoboek span'
	,css: [
		'.sIFR-root { font-size: 12px; font-weight: bold; color: #ccd311; text-align: center; }'
	]
	, tuneHeight : '-5px'
	, offsetTop : '-3px'
});

sIFR.replace(vag, {
	selector: '#right_headline span'
	,css: [
		'.sIFR-root { font-size: 16px; font-weight: bold; color: #ff9900; }'
	]
	, tuneHeight : '-9px'
	, offsetTop : '-3px'
});

sIFR.replace(vag, {
	selector: '#prijstabel_top'
	,css: [
		'.sIFR-root { font-size: 16px; font-weight: bold; color: #ff9900; }'
	]
	, tuneHeight : '-9px'
	, offsetTop : '-3px'
});
