var trajan = {
  src: 'flash/trajan.swf'
 ,ratios: [8, 1.41, 10, 1.32, 11, 1.31, 15, 1.29, 19, 1.28, 26, 1.25, 35, 1.24, 42, 1.23, 45, 1.22, 46, 1.23, 67, 1.22, 70, 1.21, 71, 1.22, 75, 1.21, 76, 1.22, 80, 1.21, 81, 1.22, 1.21]
};

sIFR.useDomContentLoaded = 'true';
sIFR.delayCSS  = 'true';

sIFR.activate(trajan);

sIFR.replace(trajan, {
  selector: 'h1',
  wmode: 'transparent'
,fitExactly: 'true',
fixFocus: 'true',
css: [
	 '.sIFR-root {color: #ffffff;}',
   ]
   
});

sIFR.replace(trajan, {
  selector: 'h2',
  wmode: 'transparent'
,fitExactly: 'true',
fixFocus: 'true',
css: [
	 '.sIFR-root {color: #ffffff;}'
   ]
   
});

sIFR.replace(trajan, {
  selector: 'h3',
  wmode: 'transparent'
,fitExactly: 'true',
fixFocus: 'true',
css: [
	 '.sIFR-root {color: #FFFFFF;}',
	,'a:link { color: #ffffff; text-decoration: none ; }'
    ,'a:hover { color: #ffffff; text-decoration: underline; }'
    ,'a:focus { color: #ffffff; text-decoration: none ; }'	 
   ]
   
});

sIFR.replace(trajan, {
  selector: 'h5',
  wmode: 'transparent'
,fitExactly: 'true',
fixFocus: 'true',

css: [
	 '.sIFR-root {color: #ffffff; text-align: center}'
   ]
   
});

sIFR.replace(trajan, {
  selector: 'h4',
  wmode: 'transparent'
,fitExactly: 'true',
fixFocus: 'true',
css: [
	 '.sIFR-root {color: #ffffff; text-align: center; cursor: pointer;}',
	,'a:link { color: #ffffff; text-decoration: none ; }'
    ,'a:hover { color: #ffffff; text-decoration: none ; }'
    ,'a:focus { color: #ffffff; text-decoration: none ; }'
   ]
   
});

sIFR.replace(trajan, {selector: 'ul.type-a li p', wmode: 'transparent', css: ['a { color: #FFFFFF; text-decoration: none; }' ,'a:link { color: #FFFFFF; }' ,'a:hover { color: #FFFFFF; text-decoration: underline; }']});

sIFR.replace(trajan, {selector: 'ol.type-a li p', wmode: 'transparent', css: ['.sIFR-root {color: #252221;']});
sIFR.replace(trajan, {selector: 'ol.type-a li.active p', wmode: 'transparent', css: ['.sIFR-root {color: #FFFFFF!important;']});
