var main = {
  src: base_url+'flash/sifr.swf'
};

sIFR.activate(main);

function do_SIFR ()
{
   /*
   sIFR.replace(main, {
     selector: 'h1'
       ,css: [
         '.sIFR-root { text-align: left; font-weight: normal; font-size: 24px; color: #ffffff; margin: 0; padding: 0;}' ,
         'em { font-style: normal; font-weight: bold;}',     
       ], wmode: 'transparent'
     });  
     
   sIFR.replace(main, {
     selector: 'h2'
       ,css: [
         '.sIFR-root { text-align: left; font-weight: normal; font-size: 18px; color: #ffffff; margin: 0; padding: 0;}' ,
         'em { font-style: normal; font-weight: bold;}',     
       ], wmode: 'transparent'
     });
    */ 
   sIFR.replace(main, {
     selector: 'h3'
       ,css: [
         '.sIFR-root { text-align: left; font-weight: normal; font-size: 46px; color: #3f7dc2; margin: 0; padding: 0;}' ,
         'em { font-style: normal; font-weight: bold;}',     
       ], wmode: 'transparent'
     }); 
}  


   init_caption_list();  
   do_SIFR();
  
  

  
  /* sIFR.replace(main, {
  selector: '#productNav li.active'
    ,css: [
      '.sIFR-root { float: left; text-align: left; font-weight: normal; font-size: 16px; color: #ffffff; margin: 0; padding: 0;}' ,
      'a { color: #f89976; text-decoration: none}',          
      'a:hover { color: #f89976;}',            
    ], wmode: 'transparent'
  });   
  
sIFR.replace(main, {
  selector: '#productNav li'
    ,css: [
      '.sIFR-root { float: left; text-align: left; font-weight: normal; font-size: 16px; color: #ffffff; margin: 0; padding: 0;}' ,
      'a { color: #ffffff; text-decoration: none}',       
      'a:hover { color: #431908;}',        
      'em { font-style: normal; font-weight: normal;}',     
    ], wmode: 'transparent'
  });  */


function init_caption_list() {

    sIFR.replace(main, {
        selector: '#caption_list h3'
    , css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 24px; color: #ffffff; margin: 0; padding: 0;}',
      'em { font-style: normal; font-weight: normal; color: #f89976;}',
    ], wmode: 'transparent'
    });

    sIFR.replace(main, {
        selector: '#caption_list p'
    , css: [
      '.sIFR-root { text-align: left; font-weight: normal; font-size: 12px; color: #f89976; margin: 0; padding: 0;}',
    ], wmode: 'transparent'
    });   


}
