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, {
	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'
});



