/*****************************************************************************
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 apex = { 

	src: 'http://www.fsilaw.com/furniture/sifr/apex.swf' 
	
};


sIFR.activate(apex);


sIFR.replace(apex, {
  selector: '.apex',
  css: [ '.sIFR-root {  }' ,'a { text-decoration: none; color: #000000; }' ,'a:link {   color: #000000; }' ,'a:hover { color: #F59422; }' ,'.orange { color: #f79520; }' ,'.grey { color: #515352; }' ,'.lightgrey { color: #b4ac9f; }'  ,'.white { color: #ffffff; }' ,'.smaller {font-size:18px; color:#b4ac9f;}' ,'.lightergrey { color:#515251; }','.orange a { color: #f79520; }' ], 
  preventWrap: true,
  wmode: 'transparent'
});

