var gotham_light = {
    src: '/flash/gotham_light.swf'
  };

var gotham_book = {
    src: '/flash/gotham_book.swf'
  };

var gotham_book_intro = {
    src: '/flash/gotham_book_intro.swf'
  };

var gotham_book_intro2 = {
    src: '/flash/gotham_book_intro2.swf'
  };

//var gotham_book_tall = {
//    src: '/flash/gotham_book_tall.swf'
//  };
             
  sIFR.delayCSS  = true;

  //sIFR.useStyleCheck = true;
  
  sIFR.activate(gotham_light, gotham_book, gotham_book_intro);

  sIFR.replace(gotham_light, {
    selector: 'h1#sifrh1, body.trade h1'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size: 52px; background-color: #fff; color:#541f0e; text-transform: uppercase; }'
    ]
  });

  sIFR.replace(gotham_light, {
    selector: 'body.gallery h1'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size: 25px; background-color: #fff; color:#541f0e; text-transform: uppercase; }'
    ]
  });

  sIFR.replace(gotham_book, {
    selector: 'body.trade h2'
    ,css: [
      '.sIFR-root { font-size: 20px; background-color: #fff; color:#541f0e; text-transform: uppercase; }'
    ]
  }); 

  sIFR.replace(gotham_book, {
    selector: 'h2#sifrh2'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size: 16px; background-color: #fff; color:#636363; text-transform: uppercase; }'
	  ,'a { color: #636363; }'
	  ,'a:hover { color: #636363; }'
    ]
  });

  sIFR.replace(gotham_book, {
    selector: 'body.visit h4#visitRh4'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size: 18px; background-color: #301a1d; color:#ffffff; }'
    ]
  });

  sIFR.replace(gotham_book, {
    selector: 'body.visit h4#visitLh4'
    ,css: [
      '.sIFR-root { font-weight: normal; font-size: 18px; background-color: #4e4e4e; color:#ffffff; }'
    ]
  });
  
sIFR.replace(gotham_book_intro, {
    selector: '.intro'
    ,css: [
      '.sIFR-root { color: #541f0e; font-size: 18px; }'
    ]
  });      

  sIFR.replace(gotham_book_intro2, {
    selector: 'p.gotham'
    ,css: [
      '.sIFR-root { font-weight: normal; text-align: right; background-color: #4e4e4e; color:#8d8d8d; font-size: 18px; text-transform: uppercase; }'
      ,'em { font-style: normal; color: #ffffff; }'
	  ,'a { font-style: normal; color: #ffffff; }'
	  ,'a:hover { font-style: normal; color: #ffffff; text-decoration:none; }'  
    ]
  });






