var garamondLightCondensed = {
	src: '/swf/garamondLightCondensed.swf'
};


sIFR.useStyleCheck = true;
sIFR.activate(garamondLightCondensed);

/* ------- Page Title */
sIFR.replace(garamondLightCondensed, {
	selector: 'h1.pagetitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size: 60px; color: #ffffff; text-transform: uppercase; }'
	]
});

/* ------- Page Title */
sIFR.replace(garamondLightCondensed, {
	selector: 'h2.pagetitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size: 34px; color: #5c2e65; text-transform: uppercase; }'
	]
});

/* ------- Sub Title */
sIFR.replace(garamondLightCondensed, {
	selector: 'h3.subtitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size: 24px; color: #5c2e65; text-transform: uppercase; }'
	]
});

/* ------- Another Sub Title */
sIFR.replace(garamondLightCondensed, {
	selector: 'h3.details'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size: 20px; color: #60204f; text-transform: uppercase; }'
	]
});

/* ------- Homepage Sub Title */
sIFR.replace(garamondLightCondensed, {
	selector: 'h3.hpsubtitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size: 20px; color: #ffffff; text-transform: uppercase; }'
	]
});

/* ------- Another Sub Title */
sIFR.replace(garamondLightCondensed, {
	selector: '#content h3'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-size: 26px; color: #60204f; }'
	]
});


