var gothamBold = { 
src: yiiThemeBaseUrl + '/fla/gothamBold.swf' 
,ratios:[9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
};

var gothamBook = { 
src: yiiThemeBaseUrl + '/fla/gothamBook.swf' 
,ratios:[9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
};

sIFR.activate(gothamBold, gothamBook);


sIFR.replace(gothamBook, {
  forceSingleLine: true,
  selector: '#sup-l h2',
  css: '.sIFR-root { color: #000d61; background-color: #e7e7e7; text-align: right; }'
});

sIFR.replace(gothamBold, {
  wmode: 'transparent',
     selector: '.focus h2'
  	 ,css: '.sIFR-root { color: #ffffff; text-align: left; font-weight: normal; letter-spacing:0.05; background-color:#ffffff; leading:6; }'
});

sIFR.replace(gothamBook, {
  wmode: 'transparent',
     selector: '.focus h3'
  	 ,css: '.sIFR-root { color: #ffffff; text-align: left; font-weight: normal; letter-spacing:0.05; background-color:#ffffff; leading:6; }'
});

sIFR.replace(gothamBook, {
	 tuneHeight:-6,
     selector: 'h2.soft'
  	 ,css: '.sIFR-root { color: #000d61; text-align: left; font-weight: normal; letter-spacing:0.05; background-color:#ffffff; leading:6; text-transform:uppercase; }'
});

sIFR.replace(gothamBook, {
	 wmode: 'transparent',
     selector: '.focus h1'
  	 ,css: '.sIFR-root { color: #ffffff; text-align: left; font-weight: normal; letter-spacing:0.05; leading:6; }'
});
