var angelina = {
      src: 'http://www.plocmedialtd.com/projects/pushingplay/site/wp-content/themes/pushing_play/sifr/flash/angelina.swf'
};
var myriad = {
      src: 'http://www.plocmedialtd.com/projects/pushingplay/site/wp-content/themes/pushing_play/sifr/flash/myriad.swf'
};
 
sIFR.activate(angelina);
sIFR.activate(myriad);
 
sIFR.replace(angelina, {
      selector: 'h2.strap',
	  css: [
      '.sIFR-root { font-size:30px; font-weight:normal; color:#666666; text-align:right; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(myriad, {
      selector: 'xxx',
	  css: [
      '.sIFR-root { font-size:30px; width:424px; }',
	  'a {font-weight:normal; color:#333333;text-decoration:none; padding-bottom:-20px; width:424px;}',
	  'a:hover { cursor:pointer; color:#059697 width:424px; }'
      ],
	  width: '424px',
      wmode: 'transparent',
	  fitExactly: 'true',
	  forceSingleLine: 'true'
});

sIFR.replace(myriad, {
      selector: '.button',
	  css: [
      '.sIFR-root { font-size:23px;}',
	  	  'a {font-weight:normal; color:#059697 ;text-decoration:none; margin-top:15px;}',
	  'a:hover { cursor:pointer; color:#333333 }'
      ],
      wmode: 'transparent',
	    fitExactly: 'true'
});

sIFR.replace(myriad, {
      selector: 'h4',
	  css: [
      '.sIFR-root { font-size:23px;}',
	  	  'a {font-weight:normal; color:#333333 ;text-decoration:none; text-transform: capitalize; }'
      ],
      wmode: 'transparent',
	    fitExactly: 'true'
});
