
var cg = {  src: 'images/flash/cg.swf'	};
var bs = {  src: 'images/flash/fgitc.swf'	};

sIFR.useDomContentLoaded = true;
sIFR.forceClear = true;
sIFR.debugMode = false;
sIFR.delayCSS  = false;
sIFR.fitExactly = true;
sIFR.prefetch(cg, bs);
sIFR.activate(cg, bs);

sIFR.replace(cg, {
   selector: 'h1',
   wmode: 'transparent',
   css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; letter-spacing: 0.5; font-weight: bold;}',
      'a { text-decoration: none; }',
      'a:link { color: #ffffff; }',
      'a:hover { color: #ffffff; }'
   ]
});

sIFR.replace(cg, {
   selector: 'h2',
   wmode: 'transparent',
   css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; letter-spacing: 0.5; font-weight: normal; }',
      'a { text-decoration: none; }',
      'a:link { color: #ffffff; }',
      'a:hover { color: #ffffff; }'
   ]
});

sIFR.replace(cg, {
   selector: '#footer_center span.gallery',
   wmode: 'transparent',
   css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; letter-spacing: 0; font-weight: normal; }',
      'a { text-decoration: none; }',
      'a:link { color: #ffffff; }',
      'a:hover { color: #ffffff; }'
   ]
});

sIFR.replace(cg, {
   selector: '#footer_center span.title',
   wmode: 'transparent',
   css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; letter-spacing: 0; font-weight: normal; font-size: 8pt; }',
      'a { text-decoration: none; }',
      'a:link { color: #ffffff; }',
      'a:hover { color: #ffffff; }'
   ]
});

sIFR.replace(cg, {
   selector: '#footer_center span.big',
   wmode: 'transparent',
   css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; letter-spacing: 0.5; font-weight: bold; }',
      'a { text-decoration: none; }',
      'a:link { color: #ffffff; }',
      'a:hover { color: #ffffff; }'
   ]
});

sIFR.replace(cg, {
   selector: '#footer_center a.current',
   wmode: 'transparent',
   css: [
      '.sIFR-root { color: #ffffff; text-transform: uppercase; letter-spacing: 0.5; font-weight: bold; }',
      'a { text-decoration: none; }',
      'a:link { color: #ffffff; }',
      'a:hover { color: #ffffff; }'
   ]
});

sIFR.replace(cg, {
   selector: '#footer_center a.nav',
   wmode: 'transparent',
   css: [
      '.sIFR-root { color: #333333; text-transform: uppercase; letter-spacing: 0.5; font-weight: bold; }',
      'a { text-decoration: none; }',
      'a:link { color: #333333; }',
      'a:hover { color: #ffffff; }'
   ]
});




