/*****************************************************************************
    The sIFR configuration should typically go in `sifr-config.js`, but in order to
    keep the config file clean, and to give a quick overview, it's done here instead.
    *****************************************************************************/



    var rockwell = {
      src: 'flash/rock.swf'
      
    };

    ///sIFR.domains = ['fundicion.es'] // Don't check for domains in this demo
  //  sIFR.useStyleCheck = true;
    sIFR.activate( rockwell);

    sIFR.replace(rockwell, {
	  wmode: 'transparent',
      selector: '.activo1'
      ,css: [
        '.sIFR-root { font-size: 18px; color: #000000; background: transparent; text-transform: uppercase; line-height: 16px; margin: 0 0 0 0; padding: 0; leading: -2;}',
        'a { text-decoration: none; }',
        'a:link { color: #333333; text-decoration: none; }',
        'a:hover { color: #000000; text-decoration: none; }',
		'fitExactly : false',
        'tuneWidth: 0',
		'tuneHeight: 30',
		'offsetTop: 6'
		
]

    });
	
	sIFR.replace(rockwell, {
	  wmode: 'transparent',
      selector: '.activo2'
      ,css: [
        '.sIFR-root { font-size: 18px; color: #000000; background: transparent; text-transform: uppercase; line-height: 16px; margin: 0 0 0 0; padding: 0; leading: -2; }',
        'a { text-decoration: none; }',
        'a:link { color: #999999; text-decoration: none; }',
        'a:hover { color: #000000; text-decoration: none; }', 
		'fitExactly : false',
        'tuneWidth: 0',
		'tuneHeight: 30',
		'offsetTop: 6'

]

    });
	
      sIFR.replace(rockwell, {
	  wmode: 'transparent',
      selector: '#qeu_cuaros'
      ,css: [
        '.sIFR-root { font-size: 18px; color: #CCCCCC; background: transparent; text-align: right; text-transform: uppercase; line-height: 14px; margin: 0 0 0 0; padding: 0; leading: -2;}',
        		
]

    });
 
   

