var interstateLight = { src: 'assets/sifr/interstate.swf' };
var interstateRegular = { src: 'assets/sifr/interstateRegular.swf' };
	
	
sIFR.activate(interstateLight);
sIFR.activate(interstateRegular);

sIFR.replace(interstateRegular, {
 onReplacement: function(fi){resetMovie(fi);},
  selector: 'h1', 
  wmode: 'transparent',
  css: [
			'.sIFR-root { color: #186883; font-size: 42px; margin: 0; padding: 0; font-weight: normal; }'
		]
  
});

sIFR.replace(interstateRegular, {
  selector: 'span',
  wmode: 'transparent',
  css: [
			'.sIFR-root { color: #186883; opacity:0.7; font-size: 17px; margin: 0px; padding: 0px; font-weight: normal; }'
		]
  
});

sIFR.replace(interstateLight, {
  selector: 'h2', 
  wmode: 'transparent',
  css: [
			'.sIFR-root { color: #FFFFFF; font-size: 25px; margin: 0px; padding: 0px; margin-bottom: 10px; font-weight: normal; }',
			,'a { color: #FFFFFF;text-decoration: none; }'
			,'a:visited { color: #FFFFFF;text-decoration: none; }'
			,'a:hover { color: #fff;text-decoration: none; }'
		]
  
});

sIFR.resetMovie();
