﻿if (typeof sIFR == "object") {
    sIFR.replace(albatross, {
        selector: '#prolist li',
        css: '.sIFR-root { font-size:10px; color: #999999; }.sIFR-root a { color:#999999; text-decoration:none;} .sIFR-root.orange a:hover { color:#faae18; text-decoration:none;}',
        wmode: 'transparent'
    });
    sIFR.replace(albatross, {
        selector: '#prolist li.proselected',
        css: '.sIFR-root { font-size:10px; color: #faae18; }.sIFR-root a { color:#faae18; text-decoration:none;} .sIFR-root.orange a:hover { color:#faae18; text-decoration:none;}',
        wmode: 'transparent'
    });


    /* VIDEO TIPS */
    sIFR.replace(albatross, {
        selector: '#topicHeader',
        css: '.sIFR-root { font-size:12px; color: #FFFFFF; }',
        wmode: 'transparent'
    });
    sIFR.replace(albatross, {
        selector: '#topicList',
        css: '.sIFR-root { font-size:10px; color: #999999; } .sIFR-root a {color:#999999; text-decoration:none;}.sIFR-root a:hover {color:#999999; text-decoration:none;}',
        wmode: 'transparent'
    });
    sIFR.replace(albatross, {
        selector: '#videoTopicTitle',
        css: '.sIFR-root { font-size:12px; color: #faae18; }',
        wmode: 'transparent',
        forceSingleLine: true
    });
    sIFR.replace(albatross, {
        selector: '#videoTopicLinks span',
        css: '.sIFR-root { font-size:12px; color: #999999; } .sIFR-root a {color:#999999; text-decoration:none;} .sIFR-root .orange {color:#faae18; text-decoration:none;} .sIFR-root a:hover {color:#faae18; text-decoration:none;}',
        wmode: 'transparent',
        forceSingleLine: true
    });
    sIFR.replace(albatross, {
        selector: '#videoTitle',
        css: '.sIFR-root { font-size:14px; color: #FFFFFF; }',
        wmode: 'transparent'
    });
}