var myriad = {
  src: '/MyriadProCond.swf'
};

var myriadsemi = {
  src: '/MyriadProSemi.swf',
  ratios:[6, 1.24, 7, 1.21, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 15, 1.1, 17, 1.09, 19, 1.08, 22, 1.07, 26, 1.06, 32, 1.05, 41, 1.04, 58, 1.03, 97, 1.02, 1.01]
};

sIFR.activate(myriadsemi,myriad); // From revision 209 and onwards

//sIFR.useStyleCheck = true;
//sIFR.debug.ratios(myriadsemi,{
  // selector: '#links li' 
//});


sIFR.replace(myriadsemi, {
  selector: '#content h2',
 wmode:'transparent'
});

sIFR.replace(myriad, {
  selector: '#content #text .right h3',
  css: {
      '.sIFR-root':{'color': '#4f637d'}
      },
 wmode:'transparent', tuneHeight:"-3"

});

sIFR.replace(myriad, {
  selector: '#content #text .eventlist .heading',
  css: {
      '.sIFR-root':{'color': '#4f637d'}
      },
 wmode:'transparent',preventWrap:true, fitExactly:true, forceWidth:true, tuneHeight:"-3"

});

sIFR.replace(myriad, {
  selector: '#home #content #upnext .title h3',
  css: {
      '.sIFR-root':{'color': '#4f637d'}
      },
 wmode:'transparent',preventWrap:true, fitExactly:true, forceWidth:true, tuneHeight:"-10"
});


sIFR.replace(myriad, {
  selector: '#content #news .title h3',
  css: {
      '.sIFR-root':{'color': '#4f637d'}
      },
 wmode:'transparent',preventWrap:true, fitExactly:true, forceWidth:true, tuneHeight:"-3"

});

sIFR.replace(myriad, {
  selector: '#content #posts .title h3',
  css: {
      '.sIFR-root':{'color': '#4f637d'}
      },
 wmode:'transparent',preventWrap:true, fitExactly:true, forceWidth:true, tuneHeight:"-3"

});

sIFR.replace(myriad, {
	  selector: '#content #recentpods .title h3',
	  css: {
	      '.sIFR-root':{'color': '#4f637d'}
	      },
	 wmode:'transparent',preventWrap:true, fitExactly:true, forceWidth:true, tuneHeight:"-3"

	});

sIFR.replace(myriad, {
  selector: '#content-watch .title h3',
  css: {
      '.sIFR-root':{'color': '#4f637d'}
      },
 wmode:'transparent',preventWrap:true, fitExactly:true, forceWidth:true, tuneHeight:"-3"

});

sIFR.replace(myriad, {
  selector: '#content #upnext .title h3',
  css: {
      '.sIFR-root':{'color': '#4f637d'}
      },
 wmode:'transparent',preventWrap:true, fitExactly:true, forceWidth:true, tuneHeight:"-10"

});

sIFR.replace(myriadsemi, {
  selector: '#posts #feature h3',
  css: [
      'a:{color: #0D1C2C;}',
      'a:link {color: #0D1C2C; text-decoration:none;}',
      'a:hover{color: #4f637d; text-decoration: underline;}'
    ],wmode:'transparent'
});
sIFR.replace(myriadsemi, {
  selector: '#content-watch h3.videotitle',
  css: [
      'a:{}',
      'a:link {color: #0D1C2C; text-decoration:none;}',
      'a:hover{color: #4f637d; text-decoration: underline;}'
    ],wmode:'transparent'
});

sIFR.replace(myriadsemi, {
  selector: '#content #text h3',
  css: [
      'a:{}',
      'a:link {color: #0D1C2C; text-decoration:none;}',
      'a:hover{color: #4f637d; text-decoration: underline;}'
    ],wmode:'transparent'
});

sIFR.replace(myriadsemi, {
  selector: '#links li',
  css: [
      'a:{color: #ffffff;}',
      'a:link {color: #ffffff; text-decoration:none;}',
      'a:hover{color: #ffffff; text-decoration: underline;}'
    ],wmode:'transparent',preventWrap:true, fitExactly:true, forceWidth:true
});








