var humanist = { src: '/site2/images/baslik.swf' };

sIFR.activate(humanist);

sIFR.replace(humanist, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: '.sIFR-root { font-size:24px; color: #278524;}'
});

sIFR.replace(humanist, {
  selector: 'h2.slogan'
  ,wmode: 'transparent'
  ,css: '.sIFR-root { font-size:14px; color: #616161;}'
});

sIFR.replace(humanist, {
  selector: 'h2'
  ,wmode: 'transparent'
  ,css: '.sIFR-root { font-size:14px; font-weight:bold; color: #616161; margin:15px 0 5px 0;  }'
});

sIFR.replace(humanist, {
  selector: 'h3'
  ,wmode: 'transparent'
  ,css: '.sIFR-root { font-size:14px; font-weight:bold; color: #616161; }'
});

sIFR.replace(humanist, {
  selector: 'h4'
  ,wmode: 'transparent'
  ,css: '.sIFR-root { font-size:18px; color: #18471b; margin-left:16px; font-weight:bold; leading: -5}'
});

sIFR.replace(humanist, {
  selector: 'h5'
  ,wmode: 'transparent'
  ,css: '.sIFR-root { font-size:16px; color: #FFFFFF; margin-left:10px; margin-top:5px }'
});