var badger = {src:'http://staging.ph-creative.com/sites/caringservices/res/swf/sifr.swf'};
sIFR.activate(badger);
sIFR.fitExactly = true;
sIFR.preventWrap = true;

/* Main Header - h2 */
sIFR.replace(badger, {
    selector: '#home .main_header',css: {
        '.sIFR-root': { 'color':'#36230a','font-size':'34px','line-height':'34px','text-align':'left' }
    },
    wmode: 'transparent'
});


/* Main Header - h2 */
sIFR.replace(badger, {
    selector: '.main_header',css: {
        '.sIFR-root': { 'color':'#ffffff','font-size':'34px','line-height':'34px','text-align':'left' }
    },
    wmode: 'transparent'
});

/* Small Header - h3 */
sIFR.replace(badger, {
    selector: '.contact .sub_header',css: {
        '.sIFR-root': { 'color':'#36230a','font-size':'32px','line-height':'32px','text-align':'left' }
    },
    wmode: 'transparent'
});


/* Small Header - h4 */
sIFR.replace(badger, {
    selector: '.small_header',css: {
        '.sIFR-root': { 'color':'#36230a','font-size':'32px','line-height':'32px','text-align':'left' }
    },
    wmode: 'transparent'
});




/* Phone Number */
sIFR.replace(badger, {
    selector: '.phone span',css: {
        '.sIFR-root': { 'color':'#36230a','font-size':'22px','line-height':'22px','text-align':'right' }
    },
    wmode: 'transparent'
});

sIFR.replace(badger, {
    selector: '.phone strong',css: {
        '.sIFR-root': { 'color':'#36230a','font-size':'28px','line-height':'28px','text-align':'right' }
    },
    wmode: 'transparent'
});