var fgm = { src: 'http://www.possefoundation.org/swf/franklinGothicMed.swf' };
var fgb = { src: 'http://www.possefoundation.org/swf/franklinGothicBook.swf' };
sIFR.delayCSS = true;
sIFR.fitExactly = true;
sIFR.useDomContentLoaded = false;
sIFR.activate(fgm, fgb);



sIFR.replace(fgm, {
	selector: '.photo-viewer h2'
	,tuneHeight: -6
	,tuneWidth: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#1b1b1b; font-size:24px; text-transform: uppercase; }',
		'strong { color:#e85a3a; font-weight:normal; }',
		'em { color:#999999; font-weight:normal; font-style: normal; }'
	]
});

sIFR.replace(fgm, {
	selector: '.with-sifr .distinct h2, .with-sub #main h2'
	,tuneHeight: -6
	,tuneWidth: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#333333; font-size:21px; text-transform: uppercase; }'
	]
});

sIFR.replace(fgm, {
	selector: '.with-sifr h2, .with-sub #sub h2, #sub h2'
	,tuneHeight: -6
	,tuneWidth: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#7e8383; font-size:21px; text-transform: uppercase; }'
	]
});

sIFR.replace(fgm, {
	selector: '#intro h1'
	,tuneHeight: -6
	,tuneWidth: 2
	,selectable: false
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { color:#9b9da0; font-size:37px; text-transform: uppercase; }',
		'a { color:#e85a3a; text-decoration: none; font-weight: bold; }',
		'a:hover { color: #f0a78e; }',
		'strong { color: #000000; }'

	]
});
