/*****************************************************************************
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 bell_gothic = { src: 'http://aeroauctions.ca/bell_gothic.swf' };
var lucida = { src: 'http://aeroauctions.ca/lucida.swf' };

sIFR.activate(bell_gothic,lucida);

/*<h2 class="lucida-black-alist-small"></h2>*/
sIFR.replace(lucida, {
  selector: 'h2.alist-small',
  css: '.sIFR-root { color: #000000;, font-weight:bold; }',
  wmode:'transparent'
});

sIFR.replace(lucida, {
  selector: 'h2.alist-small-nb',
  css: '.sIFR-root { color: #000000; }',
  wmode:'transparent'
});

 /* <h2 class="lucida-black-lrg">*/
sIFR.replace(lucida, {
  selector: 'h2.lucida-black-lrg',
  css: '.sIFR-root { color: #000000;, font-weight:bold; }',
  wmode:'transparent'
});

 /* <h2 class="lucida-black-alist">*/
sIFR.replace(lucida, {
  selector: 'h2.lucida-black-alist',
  css: '.sIFR-root { color: #000000;, font-weight:bold;}',
  wmode:'transparent'
});

 /* <h2 class="lucida-black-mid">*/
sIFR.replace(lucida, {
  selector: 'h2.lucida-black-mid',
  css: '.sIFR-root { color: #000000; font-weight:bold; }',
  wmode:'transparent'
  
});

/*<h2 class="lucida-blue-mid"> */
sIFR.replace(lucida, {
  selector: 'h2.lucida-blue-mid',
  css: '.sIFR-root { color: #005d9b; font-weight:bold; }',
  wmode:'transparent'
});

/*<h2 class="lucida-white-mid"> */
sIFR.replace(lucida, {
  selector: 'h2.lucida-white-mid',
  css: '.sIFR-root { color: #FFFFFF; font-weight:bold; }',
  wmode:'transparent'
});

/*<h2 class="lucida-white-mid"> */
sIFR.replace(lucida, {
  selector: 'h2.lucida-yellow-big',
  css: '.sIFR-root { color: #fcb017; font-weight:bold; text-align:center; }',
  wmode:'transparent'
});



