var trajanpropurple = {
      src: 'trajanpro.swf'
};

var trajanpropurpleSmall = {
      src: 'trajanpro.swf'
};
var trajanpropurpleNav = {
      src: 'trajanpro.swf'
};
var trajanprowhite = {
      src: 'trajanprowhite.swf' /*you fixed the color problem by turning the color white in the fla b/f publishing it*/
};



sIFR.activate(trajanpropurple, trajanpropurpleSmall, trajanprowhite, trajanpropurpleNav);
 
sIFR.replace(trajanpropurple, {
      selector: '.trajanpropurple',
      css: [
      '.sIFR-root { font-size:23px; font-weight:normal; color:#4F2D82; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#4F2D82; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(trajanpropurpleSmall, {
      selector: '.trajanpropurpleSmall',
      css: [
      '.sIFR-root { font-size:9px; font-weight:normal; color:#4F2D82; margin:0em .3em; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#4F2D82; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(trajanprowhite, {
      selector: '.trajanprowhite',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#fff; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#fff; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(trajanpropurpleNav, {
      selector: '.trajanpropurpleNav',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#4F2D82; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#4F2D82; }'
      ],
      wmode: 'transparent'
});


