var papyrus = {
	src: 'flash/helvetica.swf'
};
// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.activate(papyrus);

sIFR.replace(papyrus, {
	selector: '.sifr_papyrus'
	,css: '.sIFR-root { font-size: 25px; color:#ffffff; height:30px;}'
    ,selectable: true
	,wmode:"transparent"
});
     
    
  
   
