/*****************************************************************************
It is adviced to place the sIFR JavaScript calls in this file, keeping it
separate from the `sifr.js` file. That way, you can easily swap the `sifr.js`
file for a new version, while keeping the configuration.

You must load this file *after* loading `sifr.js`.

That said, you're of course free to merge the JavaScript files. Just make sure
the copyright statement in `sifr.js` is kept intact.
*****************************************************************************/

var futura = { src: '../swf/futuralt.swf' };


sIFR.activate(futura);


sIFR.replace(futura, {
      selector: '.bookonline',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:18px; color:#70a3de; text-transform:uppercase; margin:0; padding:0; }'        
      ]
    });

sIFR.replace(futura, {
      selector: '.left_content h2',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:23px; color:#70a3de; text-transform:uppercase; margin:0; padding:0; }'        
      ]
    });

sIFR.replace(futura, {
      selector: '.left_content h1',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:23px; color:#70a3de; text-transform:uppercase; margin:0; padding:0; }'        
      ]
    });


sIFR.replace(futura, {
      selector: '.left_content div_h1',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:23px; color:#70a3de; text-transform:uppercase; margin:0; padding:0; }'        
      ]
    });




sIFR.replace(futura, {
      selector: '.offers_titles a',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:18px; color:#70a3de; text-transform:uppercase; margin:0; padding:0; cursor:pointer; display:block; }'  
		,'a { text-decoration: none; }'
        ,'a:link { color: #70a3de; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });
/*
sIFR.replace(futura, {
      selector: '.offers_titles_right .loc',
	   wmode: 'transparent'
      ,css: [
        '.sIFR-root { font-size:18px; color:#ffffff; text-transform:uppercase; margin:0; padding:0; cursor:pointer; }'  
		,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ]
    });

/*

*/