var CharletComprime = { src: 'http://www.soundslikeus.co.nz/swf/CharletComprime.swf' };
sIFR.activate(CharletComprime);

// HEADLINES
sIFR.replace(CharletComprime, {
    selector: '.home h2',
    css: '.sIFR-root { color:#cf343a; text-transform:uppercase; font-size:42px; }',
    wmode: 'transparent',
    tuneHeight: '0',
    offsetTop: '10',
    offsetLeft: '-1'
});
sIFR.replace(CharletComprime, {
    selector: 'h2',
    css: '.sIFR-root { color:#cf343a; text-transform:uppercase; font-size:42px; }',
    wmode: 'transparent',
    tuneHeight: '-7'
});    


// NAVIGATION
sIFR.replace(CharletComprime, {
	  selector: '#navigation .enter span',
	  css: ['.sIFR-root {color:#ffffff; font-size:16px; text-align:center; background:}',
   	       '.sIFR-root a {color: #ffffff; text-decoration: none;}',
   	       '.sIFR-root a:hover {color: #ffffff; text-decoration: none;}',
   	       '.sIFR-root a:visited {color: #ffffff; text-decoration: none;}'],
	  wmode: 'transparent',
	  tuneHeight: '36',
	  offsetTop: '10'
});
sIFR.replace(CharletComprime, {
	  selector: '#navigation .nav_active .active span',
	  css: ['.sIFR-root { color:#cf343a; font-size:16px; text-align:center;}',
  	       '.sIFR-root a { color: #cf343a; text-decoration: none;}',
  	       '.sIFR-root a:hover { color: #cf343a; text-decoration: none;}',
  	       '.sIFR-root a:visited { color: #cf343a; text-decoration: none;}'],
	  wmode: 'transparent',
	  tuneHeight: '26',
	  offsetTop: '16'
});
sIFR.replace(CharletComprime, {
	  selector: '#navigation .nav_active span',
	  css: ['.sIFR-root { color:#301915; font-size:16px; text-align:center; }',
 	       '.sIFR-root a { color: #301915; text-decoration: none; }',
 	       '.sIFR-root a:hover { color: #301915; text-decoration: none; }',
 	       '.sIFR-root a:visited { color: #301915; text-decoration: none; }'],
	  wmode: 'transparent',
	  tuneHeight: '36',
	  offsetTop: '10'
  });
sIFR.replace(CharletComprime, {
	  selector: '#navigation span',
	  css: ['.sIFR-root { color:#ac9c83; font-size:16px; text-align:center; height:46px;}',
	       '.sIFR-root a { color: #ac9c83; text-decoration: none; height:46px;}',
	       '.sIFR-root a:hover { color: #ac9c83; text-decoration: none; }',
	       '.sIFR-root a:visited { color: #ac9c83; text-decoration: none; }'],
	  wmode: 'transparent',
	  tuneHeight: '36',
	  offsetTop: '10'
	  //onRelease: function(){loadXMLDoc(this)}
});


// SUBNAVIGATION
sIFR.replace(CharletComprime, {
	  selector: '#subnavigation #tuner .active span',
	  css: ['.sIFR-root { color:#e39717; font-size:16px; text-align:center; }',
	       '.sIFR-root a { color: #e39717; text-decoration: none; }',
	       '.sIFR-root a:hover { color: #e39717; text-decoration: none; }',
	       '.sIFR-root a:visited { color: #e39717; text-decoration: none; }'],
	  wmode: 'transparent'
});
sIFR.replace(CharletComprime, {
	  selector: '#subnavigation #tuner span',
	  css: ['.sIFR-root { color:#ffffff; font-size:16px; text-align:center; height:46px;}',
	       '.sIFR-root a { color: #ffffff; text-decoration: none; height:46px;}',
	       '.sIFR-root a:hover { color: #e39717; text-decoration: none; }',
	       '.sIFR-root a:visited { color: #ffffff; text-decoration: none; }'],
	  wmode: 'transparent'
});


// BUTTONS
sIFR.replace(CharletComprime, {
	  selector: 'button',
	  css: ['.sIFR-root { color:#FFFFFF; font-size:18px; text-align:center; text-transform:uppercase;}',
	       '.sIFR-root a { color: #FFFFFF; text-decoration: none; }',
	       '.sIFR-root a:hover { color: #FFFFFF; text-decoration: none; }',
	       '.sIFR-root a:visited { color: #FFFFFF; text-decoration: none; }'],
	  wmode: 'transparent',
	  offsetTop: '2',
	  fitExactly: true
});


