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

 
sIFR.activate(chevin);
 
sIFR.replace(chevin, {
      selector: 'h1.title',
	  css: [
      '.sIFR-root { color:#ff1319; padding:-20px; margin-bottom:-50px; }'
	  ,'a { }'
      ,'a:link { }'
      ,'a:hover { }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(chevin, {
      selector: 'h1.subtitle',
	  css: [
      '.sIFR-root { color:#ff1319; padding-bottom:-60px; margin-bottom:-60px; }'
	  ,'a { }'
      ,'a:link { }'
      ,'a:hover { }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(chevin, {
      selector: 'h1',
	  css: [
      '.sIFR-root { padding-bottom:0px; margin-bottom:0px;}'
	  ,'a { }'
      ,'a:link { }'
      ,'a:hover {  }'
	  ],
      wmode: 'transparent'
});


sIFR.replace(chevin, {
      selector: 'h2.white',
	  css: [
      '.sIFR-root { color:#ffffff; font-size:22px; }'
	  ,'a {  }'
      ,'a:link { }'
      ,'a:hover {  }'
	  ],
      wmode: 'transparent'
});

sIFR.replace(chevin, {
      selector: 'h2',
	  css: [
      '.sIFR-root { color:#ff1319; font-size:16px; }'
	  ,'a {  }'
      ,'a:link { }'
      ,'a:hover {  }'
	  ],
      wmode: 'transparent'
});


sIFR.replace(chevin, {
      selector: 'h3',
	  css: [
      '.sIFR-root { color:#ff1319; font-size:22px; padding:0px; margin:0px; }'
	  ,'a {  }'
      ,'a:link { }'
      ,'a:hover {  }'
	  ],
      wmode: 'transparent'
});





