sIFR.fixWrap 	= true;
sIFR.fixHover  	= true;
sIFR.fitExactly   = true;


/*if(isIrish) {
	var trajan = {
	src: strThemeDir + 'swf/trajan-pro.swf'
	,ratios:[7, 1.46, 12, 1.36, 21, 1.3, 31, 1.27, 32, 1.25, 36, 1.26, 37, 1.24, 42, 1.25, 62, 1.24, 64, 1.23, 66, 1.24, 69, 1.23, 70, 1.24, 119, 1.23, 120, 1.22, 1.23]
	};
} else {
	var trajan = {
	src: strThemeDir + 'swf/trajan.swf'
	,ratios:[7, 1.46, 12, 1.36, 21, 1.3, 31, 1.27, 32, 1.25, 36, 1.26, 37, 1.24, 42, 1.25, 62, 1.24, 64, 1.23, 66, 1.24, 69, 1.23, 70, 1.24, 119, 1.23, 120, 1.22, 1.23]
	};
}*/


var trajan = {
	src: strThemeDir + 'swf/trajan-pro.swf'
	,ratios:[7, 1.46, 12, 1.36, 21, 1.3, 31, 1.27, 32, 1.25, 36, 1.26, 37, 1.24, 42, 1.25, 62, 1.24, 64, 1.23, 66, 1.24, 69, 1.23, 70, 1.24, 119, 1.23, 120, 1.22, 1.23]
	};

var centaurSC = { src: strThemeDir + 'swf/centaurSC.swf'};

sIFR.activate(trajan, centaurSC);

sIFR.replace(trajan, {
  	selector: '#content .pagetitle h1',
 	css: [
		'.sIFR-root { background-color:#ffffff; color: #718b91; letter-spacing: -1; display:inline; }',
		'a 			{ color:#718b91; text-decoration:underline; }',
		'a:hover 	{ color:#718b91; text-decoration:none; }'	
		],
 	tuneWidth: 10, 
	tuneHeight: -5,
	wmode:'transparent',
	fitExactly:true
});

sIFR.replace(trajan, {
  	selector: '#content .pagetitle h2',
 	css: [
		'.sIFR-root { background-color:#ffffff; color: #3f4849; letter-spacing: -1; display:inline;}',
		'a { color:#3f4849; text-decoration:underline; }',
		'a:hover { color:#3f4849; text-decoration:none; }'
		],
 	tuneWidth: 10, 
	tuneHeight: -5, 
	wmode:'transparent',
	fitExactly:true
});

sIFR.replace(trajan, {
  	selector: '#content h1',
  	css: [
		'.sIFR-root { background-color: #ffffff; color: #3f4849; letter-spacing: -1}',
		'a { color:#3f4849; text-decoration:underline; }',
		'a:hover { color:#3f4849; text-decoration:none; }'
		],
  	tuneWidth: 10,
	wmode:'transparent'  
});

sIFR.replace(trajan, {
  	selector: '#content h2',
  	css: [
		'.sIFR-root { background-color: #ffffff; color: #718b91; letter-spacing: -1}',
		'a { color:#718b91; text-decoration:underline; }',
		'a:hover { color:#718b91; text-decoration:none; }'
		],
  	tuneWidth: 10,
	wmode:'transparent' 
});

sIFR.replace(trajan, {
  	selector: '#content .pagetitle h3',
  	css: [
		'.sIFR-root { background-color: #ffffff; color: #718b91; letter-spacing: -0.4; padding:10px 0;}',
		'a { color:#718b91; text-decoration:underline; }',
		'a:hover { color:#718b91; text-decoration:none; }'
		],
  	tuneWidth: 10,
	wmode:'transparent'  
});

sIFR.replace(centaurSC, {
	selector: '#home-side .wide strong',
	css: '.sIFR-root { background-color:transparent; color: #ffffff; cursor:pointer; text-indent:2; }',
	offsetLeft : 8,
	offsetTop : -9,
	tuneWidth: 18,
	tuneHeight: -17,
	wmode:'transparent'
});

sIFR.replace(trajan, {
	selector: '.box-link em',
	css: '.sIFR-root { background-color:transparent; color: #ffffff; cursor:pointer; leading:-2}',	
	tuneHeight: -5,
	wmode:'transparent'
});

sIFR.replace(trajan, {
	selector: '#content .committee-category h3',
	css: '.sIFR-root { background-color: #ffffff; color: #718b91; letter-spacing: -0.4; leading:-2}',	
	tuneHeight: -5,
	wmode:'transparent'
});

sIFR.replace(trajan, {
	selector: '.entry-item h4',
	css: '.sIFR-root { background-color: #ffffff; color: #718b91; letter-spacing: -0.4; leading:-2}',	
	tuneHeight: -5,
	wmode:'transparent'
});

