/*****************************************************************************
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 museo = { src: 'common/swf/museo_300.swf' };

sIFR.activate(museo);

sIFR.replace(museo, {
	selector: 'h1.museo',
	css: [
	  '.sIFR-root { color:#cc0000; font-size: 30px; }'
	  ],
	wmode: 'transparent',
	forceWidth: true,
	tuneWidth: '5'
});

sIFR.replace(museo, {
	selector: 'h2.museo',
	css: [
	  '.sIFR-root { color:#cc0000; font-size: 16px; }'
	  ],
	wmode: 'transparent',
	forceWidth: true,
	tuneWidth: '5'
});

sIFR.replace(museo, {
	selector: 'div.home_testimonial',
	css: [
	  '.sIFR-root { color: #333333; font-size: 14px; }',
	  'a { color: #c60909; text-decoration: underline; }',
	  'a:hover { color: #c60909; }',
	  'em { color: #333333; font-size: 11px; font-style: normal; }'
	  ],
	wmode: 'transparent',
	forceWidth: true,
	tuneWidth: '5'
});