var myriad = {
 src: '/flash/myriad.swf'
}

sIFR.activate(myriad);

sIFR.replace(myriad, {
  selector: 'h2.redh2'
  ,css: [
		 '.sIFR-root{color:#D10B0B; font-size:40px; font-weight:normal; text-align:center;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(myriad, {
  selector: 'h2.greyh2'
  ,css: [
		 '.sIFR-root{color:#5b5b5b; font-size:32px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(myriad, {
  selector: 'h2.yellowh2'
  ,css: [
		 '.sIFR-root{color:#fdcf2e; font-size:32px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});


sIFR.replace(myriad, {
  selector: 'h2.orangeh2'
  ,css: [
		 '.sIFR-root{color:#ed7903; font-size:32px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(myriad, {
  selector: 'h1.prodtitle'
  ,css: [
		 '.sIFR-root{color:#006F53; font-size:22px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(myriad, {
  selector: '.inner_head h1'
  ,css: [
		 '.sIFR-root{color:#006f53; font-size:25px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(myriad, {
  selector: 'h1.index_head'
  ,css: [
		 '.sIFR-root{color:#cb4a02; font-size:40px;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});



