/**
 * FM Projects
 * sIFR text
 *
 * @author The Mark Agency
 * @version 1.0
 */
var bellGothic = {src: 'swf/bell-gothic.swf'};
sIFR.activate(bellGothic);

var bellGothicLight = {src: 'swf/bell-gothic-light.swf'};
sIFR.activate(bellGothicLight);

sIFR.replace(bellGothic, {selector: '.grey_box h2', css: '.sIFR-root {color: #ffffff;}', wmode:'transparent'});
sIFR.replace(bellGothic, {selector: '.cont_left h3', css: '.sIFR-root {color: #2e2e2e;}', wmode:'transparent'});
sIFR.replace(bellGothic, {selector: '.home_left h2', css: '.sIFR-root {color: #343434; width:80px;}', wmode:'transparent'});
sIFR.replace(bellGothicLight, {selector: '.home_left p', css: '.sIFR-root {color: #242424;}', wmode:'transparent'});
sIFR.replace(bellGothicLight, {selector: '.top p', css: '.sIFR-root {color: #242424;}', wmode:'transparent'});
sIFR.replace(bellGothic, {selector: '.bot p', css: '.sIFR-root {color: #535353;}', wmode:'transparent'});
sIFR.replace(bellGothic, {selector: '.grey_box_proj h2', css: '.sIFR-root {color: #ffffff;}', wmode:'transparent'});

