var tg = { src: web_address + 'assets/swf/tradegothic.swf' };
sIFR.activate(tg);

sIFR.replace(tg, {
  selector: '.promo_box_title',
  wmode: 'transparent'
  ,css: [
	'.sIFR-root { color: #ffffff; text-transform:uppercase;}'
	,'a { text-decoration: none; color: #ffffff;}'
	,'a:hover { color: #666666; }'
  ]
  
});

sIFR.replace(tg, {
  selector: '.sidebar_title',
  wmode: 'transparent'
  ,css: [
	'.sIFR-root { color: #000000; text-transform:uppercase; letter-spacing:-1;}'
	,'a { text-decoration: none; color: #000000;}'
	,'a:hover { color: #666666; }'
  ]
  
});

sIFR.replace(tg, {
  selector: '.banner_title',
  wmode: 'transparent'
  ,css: [
	'.sIFR-root { color: #ffffff; text-transform:uppercase; letter-spacing:-1; font-style:italic;}'
	,'a { text-decoration: none; color: #ffffff;}'
	,'a:hover { color: #666666; }'
  ]
  
});

sIFR.replace(tg, {
  selector: '.page_title',
  wmode: 'transparent'
  ,css: [
	'.sIFR-root { color: #000000; text-transform:uppercase; letter-spacing:-1;}'
	,'a { text-decoration: none; color: #000000;}'
	,'a:hover { color: #666666; }'
  ]
  
});
