// Point sifr to the flash folder
var corsiva = { src: 'http://assets.webstrong.ie/sifr/flash/corsiva.swf' };

// Next, activate sIFR:
sIFR.activate(corsiva);

// Finally, apply the CSS to the sifr'd text
sIFR.replace(corsiva, {
    selector: '.phone',
    forceSingleLine: false,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { font-size:39px;color:#ffffff; }',
        'a {}',
        'a:hover {}'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: false
});

sIFR.replace(corsiva, {
    selector: '.h2',
    forceSingleLine: false,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { font-size:34px;color:#FCF5D4;text-align:center; }',
        'a {}',
        'a:hover {}'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: false
});

sIFR.replace(corsiva, {
    selector: 'h2.title',
    forceSingleLine: false,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { font-size:76px;color:#370C0D;text-align:left; }',
        'a {}',
        'a:hover {}'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: false
});

sIFR.replace(corsiva, {
    selector: '.blurb',
    forceSingleLine: false,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { color:#DF8554;font-size:30px;text-align:center; }',
        'a {}',
        'a:hover {}'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: false
});

sIFR.replace(corsiva, {
    selector: '.details h3',
    forceSingleLine: false,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root {color:#7C0C17;font-size:40px;text-align:left; }',
        'a {}',
        'a:hover {}'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: false
});

sIFR.replace(corsiva, {
    selector: '.mardi',
    forceSingleLine: false,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { font-size:50px;color:#370C0D;text-align:center;margin:0 0 0 20px; }',
        'a {}',
        'a:hover {}'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: false
});

sIFR.replace(corsiva, {
    selector: '.special_title',
    forceSingleLine: false,
    // ratios: [8,1.41,11,1.31,15,1.29,25,1.25,28,1.23,32,1.22,33,1.23,43,1.22,61,1.21,64,1.2,65,1.21,112,1.2,113,1.19,115,1.2,118,1.19,122,1.2,124,1.19,1.2],
    css: [
        '.sIFR-root { font-size:65px;color:#FCA475;text-align:left; }',
        'a {}',
        'a:hover {}'
        ],
    wmode: 'transparent',
    tuneWidth: '5',
    forceWidth: false
});