var tradegothiccondeighteen = {
  src: '/flash/tradegothiccondeighteen.swf'
};

sIFR.activate(tradegothiccondeighteen);

sIFR.replace(tradegothiccondeighteen, {
	selector: '#intro h1',
	css: {
	'.sIFR-root' : { 'font-size' : '28px', 'color' : '#ffffff', 'font-weight' : 'bold' }
	},
	wmode: 'transparent'
});

sIFR.replace(tradegothiccondeighteen, {
	onReplacement: function(fi){resetMovie(fi);},
	selector: '#intro p',
	css: {
	'.sIFR-root' : { 'font-size' : '19px', 'color' : '#ffffff', 'leading' : '10' }
	},
	wmode: 'transparent'
});

sIFR.replace(tradegothiccondeighteen, {
	selector: '#main-content h1',
	css: {
	'.sIFR-root' : { 'font-size' : '30px', 'color' : '#cc2429' }
	},
	wmode: 'transparent'
});

sIFR.replace(tradegothiccondeighteen, {
	selector: '.callout h2',
	css: {
	'.sIFR-root' : { 'font-size' : '22px', 'color' : '#cc2429' }
	},
	wmode: 'transparent'
});

sIFR.replace(tradegothiccondeighteen, {
	selector: '#home-page h2',
	css: {
	'.sIFR-root' : { 'font-size' : '22px', 'color' : '#cc2429' }
	},
	wmode: 'transparent'
});

sIFR.replace(tradegothiccondeighteen, {
	selector: '#secondary-content h3',
	css: {
	'.sIFR-root' : { 'font-size' : '23px', 'color' : '#929396' }
	},
	wmode: 'transparent'
});

function resetMovie(fi)
{
	// JQUERY CHECK BROWSER VERSION - IF IE9 BROWSER THEN RESET FLASH MOVIE //
	if(jQuery.browser.msie && parseInt(jQuery.browser.version, 10) == 9 )
	{
		fi.resetMovie();
	}
}


