
var trajan = { src: '/sifr/trajan.swf' };

sIFR.activate(trajan);


sIFR.replace(trajan, {
			 
	css: [
	'.sIFR-root { font color: #333333; font-weight:normal; font-size:24px; text-align:center; text-decoration:none; line-height:36px;}',
	'a {color: #193260; text-decoration: none;}',
	'a:hover {color: #193260; text-decoration:underline;}'
	],
  selector: 'h2.home-title',
  wmode: 'transparent'
});
