var rockwell = { src: 'http://www.ica-ltd.org/media/layout/rockwell.swf' };

sIFR.activate(rockwell);

sIFR.replace(rockwell, {
  selector: '.wpagetitle',
  css: '.sIFR-root { color: #000000; font-weight: bold; font-size: 24px; text-transform: lowercase}'
});

sIFR.replace(rockwell, {
  selector: 'h1',
  css: '.sIFR-root { color: #000000; font-weight: bold; font-size: 38px; text-transform: lowercase}'
});

sIFR.replace(rockwell, {
  selector: '.intro',
  css: '.sIFR-root { color: #000000; font-weight: bold; font-size: 16px;}'
});

sIFR.replace(rockwell, {
  selector: '.wintro',
  css: '.sIFR-root { color: #000000; font-weight: bold; font-size: 12px;}'
});

sIFR.replace(rockwell, {
  selector: '.thread-title',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff;  font-weight: bold; font-size: 16px;margin-bottom: 0;}'
});

sIFR.replace(rockwell, {
  selector: '.posts-title',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; font-size: 16px;margin-bottom: 0;}'
});



sIFR.replace(rockwell, {
  selector: '.member-title',
  css: '.sIFR-root { color: #000000; width: 250px;font-weight: bold; font-size: 32px; text-transform: lowercase}'
});

