var Trajan = {
    src: 'flash/Trajan.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(Trajan);

sIFR.replace(Trajan, {
    selector: 'h1'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#ffffff', 'font-size': '36px'}
    }
});

sIFR.replace(Trajan, {
    selector: '#content h2'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#8fdbff', 'font-size': '18px'}
    }
});

sIFR.replace(Trajan, {
    selector: '#galleryNav h2'
	,wmode:'transparent'
    ,css: {
		'.sIFR-root': { 'color': '#6eb6d5', 'font-size': '18px'}
    }
});

function sIFRRedraw(){
	sIFR.replace(Trajan, {
		selector: 'h2'
		,wmode:'transparent'
		,css: {
			'.sIFR-root': { 'color': '#8fdbff', 'font-size': '18px'}
		}
	});	
	
	sIFR.replace(Trajan, {
		selector: '#home .container li'
		,wmode:'transparent'
		,css: {
			'.sIFR-root': { 'color': '#ffffff', 'font-size': '14px', 'textAlign': 'center'},
			'a': {'color': '#ffffff', 'textDecoration': 'none'},
			'a:hover': {'color': '#0099FF'}
		}
	});
}