var rage = {
 src: '/flash/myriad.swf'
}

sIFR.activate(rage);
sIFR.replace(rage, {
  selector: '.rbox_mid h1'
  ,css: [
		 '.sIFR-root{color:#1c1c1c; font-size:60px; font-weight:bold;}', 'label{color:#29a1ac; display:inline;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: 'h2.bh2'
  ,css: [
		 '.sIFR-root{color:#1c1c1c; font-size:60px; font-weight:bold;}', 'label{color:#29a1ac; display:inline;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
sIFR.replace(rage, {
  selector: '.rbox_mid h3'
  ,css: [
		 '.sIFR-root{color:#595959; font-size:18px; font-weight:normal;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});


sIFR.replace(rage, {
  selector: '.contents h2'
  ,css: [
		 '.sIFR-root{color:#29a1ac; font-size:20px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.contents h1'
  ,css: [
		 '.sIFR-root{color:#29a1ac; font-size:20px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});

sIFR.replace(rage, {
  selector: '.ph_header h2'
  ,css: [
		 '.sIFR-root{color:#ffffff; font-size:20px; font-weight:bold;}'
		 ],
  offsetLeft: 0,
  wmode: 'transparent'
});
