var humanist = {
  src: '/media/sifr.swf'
};

sIFR.activate(humanist);

sIFR.replace(humanist, {
  selector: 'div.left h3',
  css: '.sIFR-root { 	font-size: 16.4px; color: #5d6463; background-color: #ffffff}',
  wmode: 'transparent'
});
sIFR.replace(humanist, {
  selector: 'div.attention h4',
  css: '.sIFR-root { 	font-size: 14px; color: #7f6a1e; background-color: #ffffff}',
  wmode: 'transparent'
});
sIFR.replace(humanist, {
  selector: 'div.box h4',
  css: '.sIFR-root { 	font-size: 14px; color: #5d6463; background-color: #ffffff}',
  wmode: 'transparent'
});
sIFR.replace(humanist, {
  selector: 'div.main h4',
  css: '.sIFR-root { 	font-size: 15px; color: #5d6463; background-color: #ffffff}',
  wmode: 'transparent'
});
sIFR.replace(humanist, {
  selector: 'cite',
  css: '.sIFR-root { font-size: 16px; font-style: italic; color: #ffffff; background-color: #ffffff} .quotationmark {color: #fff404}',
  wmode: 'transparent'
});
sIFR.replace(humanist, {
  selector: 'div.author',
  css: '.sIFR-root { font-size: 16px; color: #ffffff; font-style: italic; background-color: #ffffff; text-align: right; } .position { font-size: 80; font-style: normal; color: #6b7677}',
  wmode: 'transparent'
});
sIFR.replace(humanist, {
  selector: 'div.main h1',
  css: '.sIFR-root { 	font-size: 23px; color: #5d6463; background-color: #ffffff}',
  wmode: 'transparent'
});
sIFR.replace(humanist, {
  selector: 'div.main h3',
  css: '.sIFR-root { 	font-size: 15px; color: #5d6463; background-color: #ffffff}',
  wmode: 'transparent'
});