var segoe = {
    src: 'http://italie.omvantedromen.nl/html/flash/segoe.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };
var trebuchetms = {
	src: 'http://italie.omvantedromen.nl/html/flash/trebuchetms.swf'
	,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
};

sIFR.useStyleCheck = false;
sIFR.activate(segoe,trebuchetms);

sIFR.replace(segoe, { 
	selector: '#navigation_main h1'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; width:auto; font-weight: normal; font-size: 20px; text-transform: uppercase; }'
      ,'a { text-decoration: none; color: #deff01; }'
      ,'a:hover { text-decoration: none; color: #ffffff; }'
    ]
	});

sIFR.replace(segoe, { 
	selector: '#content-border h1'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; width:auto; padding: 5px; font-size: 30px; font-weight: normal; background: #4f0d52; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:hover { text-decoration: none; color: #1E7EC8; }'
    ]
	});

sIFR.replace(segoe, { 
	selector: '#content-border .header2'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #4F0D52; width:auto; font-size: 22px; font-weight: normal; background: #4f0d52; margin: 0 0 -10px 0; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:hover { text-decoration: none; color: #1E7EC8; }'
    ]
	});

sIFR.replace(segoe, { 
	selector: '#content-border .entry h2'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; width:auto; font-size: 22px; font-weight: normal; background: #4f0d52; margin: 0 0 -10px 0; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:hover { text-decoration: none; color: #1E7EC8; }'
    ]
	});

sIFR.replace(trebuchetms, { 
	selector: '#devider_promo-header .left-small'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; width:auto; font-weight: normal; text-transform: uppercase; text-align: center; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:hover { text-decoration: none; color: #1E7EC8; }'
    ]
	});

sIFR.replace(trebuchetms, { 
	selector: '#devider_promo-header .right-large'
	,wmode: 'transparent'
	,css: [
      '.sIFR-root { color: #ffffff; width:auto; font-weight: normal; text-transform: uppercase; padding: 0 0 0 25px; }'
      ,'a { text-decoration: none; color: #ffffff; }'
      ,'a:hover { text-decoration: none; color: #1E7EC8; }'
    ]
	});
