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

sIFR.activate(tirana);
 
sIFR.replace(tirana, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size: 1.2em; font-weight:normal; color:#FFFFFF; }'
      ],
			fixFocus: true,
      wmode: 'transparent'
});
 
sIFR.replace(tirana, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size: 1.1em; font-weight:normal; color:#B09678; }'
      ],
			fixFocus: true,
      wmode: 'transparent'
});
 
sIFR.replace(tirana, {
      selector: 'h3.frontH2',
      css: [
      '.sIFR-root { font-size: 1.1em; font-weight:normal; color:#B09678; }'
      ],
			fixFocus: true,
      wmode: 'transparent'
});
 
sIFR.replace(tirana, {
      selector: 'h3.productSpec',
      css: [
      '.sIFR-root { font-size: 1em; font-weight:normal; color:#B09678; }'
      ],
			fixFocus: true,
      wmode: 'transparent'
});
 
sIFR.replace(tirana, {
      selector: 'h4',
      css: [
      '.sIFR-root { font-size: 1em; font-weight:normal; color:#B09678; }'
      ],
			fixFocus: true,
      wmode: 'transparent'
});
 
sIFR.replace(tirana, {
      selector: 'h4.book',
      css: [
      '.sIFR-root { font-size: 1em; font-weight:normal; color:#B09678; }'
      ],
			fixFocus: true,
      wmode: 'transparent'
});
 
sIFR.replace(tirana, {
      selector: 'h4.subject',
      css: [
      '.sIFR-root { font-size: 1em; font-weight:normal; color:#B09678; }'
      ],
			fixFocus: true,
      wmode: 'transparent'
});
 
sIFR.replace(tirana, {
      selector: 'h5',
      css: [
      '.sIFR-root { font-size: 0.9em; line-height: 1em; color:#B09678; }'
      ],
			fixFocus: true,
      wmode: 'transparent'
});
 
sIFR.replace(tirana, {
      selector: 'h6',
      css: [
      '.sIFR-root { font-size: 0.9em; line-height: 1em; color:#B09678; }'
      ],
			fixFocus: true,
      wmode: 'transparent'
});