var myriad = {
      src: '/myriad.swf'
      ,ratios: [8, 1.41, 9, 1.33, 10, 1.35, 15, 1.31, 19, 1.28, 20, 1.27, 26, 1.26, 29, 1.24, 30, 1.25, 40, 1.24, 55, 1.23, 88, 1.22, 89, 1.21, 95, 1.22, 98, 1.21, 99, 1.22, 103, 1.21, 104, 1.22, 108, 1.21, 109, 1.22, 1.21]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(myriad);

	//sIFR.debug.ratios({ src: 'myriad.swf', selector: '.pret' });

    sIFR.replace(myriad, {
      selector: '.titlu'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: left; color: #FFFFFF; font-weight: bold; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
	  ,filters: {
        DropShadow: {
          distance: 1
          ,color: '#330000'
          ,strength: 3
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
	  }
    });
	
	sIFR.replace(myriad, {
      selector: 'h1'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: left; color: #ed1b24; font-weight: bold; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
	  ,filters: {
        DropShadow: {
          distance: 1
          ,color: '#330000'
          ,strength: 3
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
	  }
    });
	
	sIFR.replace(myriad, {
      selector: '.pret'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: right; color: #da251d; font-weight: bold; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
	  ,filters: {
        DropShadow: {
          distance: 1
          ,color: '#330000'
          ,strength: 3
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
	  }
    });
	
	sIFR.replace(myriad, {
      selector: '.pretMare'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: right; color: #da251d; font-weight: bold; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
	  ,filters: {
        DropShadow: {
          distance: 2
          ,color: '#FFFFFF'
          ,strength: 3
          ,alpha: .95
          ,blurX: 0
          ,blurY: 0
        }
	  }
    });
	
	sIFR.replace(myriad, {
      selector: '.pret2'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: left; color: #ffffff; font-weight: bold; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
	  ,filters: {
        DropShadow: {
          distance: 1
          ,color: '#330000'
          ,strength: 3
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
	  }
    });
	
	sIFR.replace(myriad, {
      selector: '.tel'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: left; color: #ed1b24; font-weight: bold; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
	  ,filters: {
        DropShadow: {
          distance: 1
          ,color: '#330000'
          ,strength: 3
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
	  }
    });
	
	sIFR.replace(myriad, {
      selector: '.sm'
      ,wmode: 'transparent'
	  ,css: [
        '.sIFR-root { text-align: center; color: #000000; font-weight: bold; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FFFFFF; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
	  ,filters: {
        DropShadow: {
          distance: 1
          ,color: '#330000'
          ,strength: 3
          ,alpha: .5
          ,blurX: 0
          ,blurY: 0
        }
	  }
    });
