var TrajanPro = {

  src: 'http://museovintage.com/v2_files/TrajanPro.swf'

};



sIFR.activate(TrajanPro); // From revision 209 and onwards



sIFR.replace( TrajanPro, {

  selector: '#leftcol h3',

  wmode: 'transparent',  

  css: [   '.sIFR-root { color: #281c00; letter-spacing: -1.5; text-transform: uppercase; }'

      ,'a { text-decoration: none; }'

      ,'a:link { color: #281c00; }'

      ,'a:hover { color: #7f0000; }'

	]

});



sIFR.replace(TrajanPro, {

  selector: '#sec_head h2'

   ,css: {

      '.sIFR-root': { 'color': '#cbbd86', 'letter-spacing': -1.5, 'text-transform': 'uppercase' }

    },

wmode: 'transparent'



});





sIFR.replace( TrajanPro, {

  selector: '#rightcol h3',

  wmode: 'transparent',  

  css: [   '.sIFR-root { color: #cbbd86; letter-spacing: -1.5; text-transform: uppercase; }'

      ,'a { text-decoration: none; }'

      ,'a:link { color: #cbbd86; }'

      ,'a:hover { color: #f8ad3b; }'

	]

});





sIFR.replace(TrajanPro, {

  selector: '#footer_text h4'

   ,css: {

      '.sIFR-root': { 'color': '#005679', 'letter-spacing': -1.5, 'text-transform': 'uppercase' }

    },

wmode: 'transparent'



});




