  var uni57 = {
    src: '/styles/style1/flash/univers57.swf'
    //,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };

  var uni47 = {
    src: '/styles/style1/flash/univers47.swf'
    //,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };

  sIFR.delayCSS  = true;
  sIFR.activate(uni57, uni47);

 sIFR.replace(uni47, {
    selector: 'h1.produse'
    ,css: [
      '.sIFR-root { font-size: 18px; text-align: left; color:#006600; font-weight:bold;  }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });

  sIFR.replace(uni47, {
    selector: 'h1'
    ,css: [
      ,'.sIFR-root { font-size: 18px; text-align: left; color:#CC0000; font-weight:bold; }'
      /*,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'*/
    ]
  });

  sIFR.replace(uni47, {
    selector: 'h2.produse'
    ,css: [
      '.sIFR-root { font-size: 18px; text-align: left; color:#006600; font-weight:normal; }'
 	,'a {  color: #006600; }'
 	,'a:hover { text-decoration: none; color: #003300; }'	  
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(uni47, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { font-size: 18px; text-align: left; color:#CC0000; font-weight:normal; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(uni47, {
    selector: 'h6.home'
    ,css: [
	'.sIFR-root { font-size:12px; font-weight: bold; color: #FFFFFF; }'
 	,'a { text-decoration: none; color: #FFFFFF; }'
 	,'a:hover { color: #FFFFFF; }'
	]
	,wmode: 'transparent'
  });

  sIFR.replace(uni57, {
    selector: 'h4.red'
    ,css: [
      '.sIFR-root { font-size: 18px; text-indent:20px; text-align: left; color:#CC0000; font-weight:normal; }'
 	,'a { text-decoration: none; color: #CC0000; }'
 	,'a:hover { color: #CC0000; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(uni57, {
    selector: 'h4.green'
    ,css: [
      '.sIFR-root { font-size: 18px; text-indent:20px; text-align: left; color:#003300; font-weight:normal; }'
 	,'a { text-decoration: none; color: #003300; }'
 	,'a:hover { color: #003300; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(uni57, {
    selector: 'h4.white'
    ,css: [
      '.sIFR-root { font-size: 18px; text-indent:20px; text-align: left; color:#FFFFFF; font-weight:normal; }'
 	,'a { text-decoration: none; color: #FFFFFF; }'
 	,'a:hover { color: #FFFFFF; }'
    ]
    ,wmode: 'transparent'
  });

  sIFR.replace(uni57, {
    selector: 'h4'
    ,css: [
      '.sIFR-root { font-size: 18px; text-align: left; color:#333333; font-weight:normal; }'
    ]
    ,wmode: 'transparent'
  });

/*  sIFR.replace(uni57, {
    selector: 'h4.red'
    ,css: [
	'.sIFR-root { font-size:18px; color: #CC0000; font-weight:normal;  }'
	]
	,wmode: 'transparent'
  });

  sIFR.replace(uni57, {
    selector: 'h4.green'
    ,css: [
	'.sIFR-root { font-size:18px; color: #006600; }'
	]
	,wmode: 'transparent'
  });

  sIFR.replace(uni57, {
    selector: 'h4.black'
    ,css: [
	'.sIFR-root { font-size:18px; color: #000000; }'
	]
	,wmode: 'transparent'
  });

  sIFR.replace(uni57, {
    selector: 'h4.white'
    ,css: [
	'.sIFR-root { font-size:18px; color: #FFFFFF; }'
	]
	,wmode: 'transparent'
  });*/