
var GothamBook = { 
	src: 'js/GothamBook.swf',
  	ratios: [9, 1.27, 14, 1.19, 15, 1.16, 16, 1.15, 18, 1.14, 26, 1.13, 29, 1.11, 30, 1.12, 40, 1.11, 41, 1.1, 42, 1.11, 54, 1.1, 55, 1.09, 57, 1.1, 91, 1.09, 96, 1.08, 99, 1.09, 110, 1.08, 111, 1.09, 1.08] 
	};

sIFR.fitExactly = true;
sIFR.domains = ['*.creattica.com', 'localhost', 'superpreviewer.com'];
sIFR.fromLocal = true;

// Next, activate sIFR:
sIFR.activate(GothamBook);

sIFR.replace(GothamBook, {
  selector: 'h1#counter',
  css: '.sIFR-root { background-color: #d2d2d2; text-align: center; }'
});
sIFR.replace(GothamBook, {
  selector: 'h1',
  css: '.sIFR-root { letter-spacing: -3; }',
  //tuneHeight:-10, 
  //offsetTop:-6,
  offsetLeft:-4,
  wmode: 'transparent'

});
sIFR.replace(GothamBook, {
  selector: 'h2',
  css: '.sIFR-root { letter-spacing: -3; }',
  offsetLeft:-3,
  wmode: 'transparent'

});
sIFR.replace(GothamBook, {
  selector: 'h3#tagline',
  css: '.sIFR-root { background-color: #d2d2d2; color: #8a8a8a; letter-spacing: -1; }',
  offsetLeft:-1,
  wmode: 'transparent'

});
sIFR.replace(GothamBook, {
  selector: 'h3#browse_head',
  css: '.sIFR-root { background-color: #d2d2d2; color: #ffffff; letter-spacing: -1; }',
  offsetLeft:-1,
  offsetTop:4,
  wmode: 'transparent'

});
sIFR.replace(GothamBook, {
  selector: 'h3',
  css: '.sIFR-root { letter-spacing: -1; }',
  offsetLeft:-1,
  offsetTop:5,
  wmode: 'transparent'

});