var civicb = {
  src: '/sites/all/themes/cd/swf/civicb.swf'
};

var gallerin = {
  src: '/sites/all/themes/cd/swf/gallerin.swf'
};

sIFR.delayCSS = true;
sIFR.fitExactly = true;
sIFR.activate(civicb); 
sIFR.activate(gallerin); 



sIFR.replace(civicb, {
    selector: 'h2.subtitle', 
    wmode: 'transparent', 
    offsetTop:'0', 
    tuneHeight:'-5', 
    tuneWidth:'5' ,
    css: ['.sIFR-root {color:#28313C;font-size:18px}','a {color:#28313C;}' ,'a:link {text-decoration:none;}' ,'a:hover {color:#28313C;text-decoration:underline; }']
});

sIFR.replace(civicb, {
    selector: 'h3.featured', 
    wmode: 'transparent', 
    offsetTop:'0', 
    tuneHeight:'-5', 
    tuneWidth:'5' ,
    css: ['.sIFR-root {color:#28313C;font-size:16px}','a {color:#28313C;}' ,'a:link {text-decoration:none;}' ,'a:hover {color:#28313C;text-decoration:underline; }']
});

sIFR.replace(gallerin, {
    selector: 'h2.pagetitle', 
    wmode: 'transparent', 
    offsetTop:'0', 
    tuneHeight:'-5', 
    tuneWidth:'5' ,
    css: ['.sIFR-root {color:#54BA54;font-size:18px}','a {color:#54BA54;}' ,'a:link {text-decoration:none;}' ,'a:hover {color:#54BA54;text-decoration:underline; }']
});

sIFR.replace(civicb, {
    selector: 'h2.menu-title', 
    wmode: 'transparent', 
    offsetTop:'0', 
    tuneHeight:'-5', 
    tuneWidth:'5' ,
    css: ['.sIFR-root {color:#28313C;font-size:20px}','a {color:#28313C;}' ,'a:link {text-decoration:none;}' ,'a:hover {color:#28313C;text-decoration:underline; }']
});

sIFR.replace(civicb, {
    selector: 'h3.product-title', 
    wmode: 'transparent', 
    offsetTop:'0', 
    tuneHeight:'-5', 
    tuneWidth:'5' ,
    css: ['.sIFR-root {color:#28313C;font-size:18px}','a {color:#28313C;}' ,'a:link {text-decoration:none;}' ,'a:hover {color:#28313C;text-decoration:underline; }']
});

sIFR.replace(civicb, {
    selector: '.description h3', 
    wmode: 'transparent', 
    offsetTop:'0', 
    tuneHeight:'-5', 
    tuneWidth:'5' ,
    css: ['.sIFR-root {color:#28313C;font-size:18px}','a {color:#28313C;}' ,'a:link {text-decoration:none;}' ,'a:hover {color:#28313C;text-decoration:underline; }']
});


sIFR.replace(civicb, {
    selector: 'h2.categories', 
    wmode: 'transparent', 
    offsetTop:'0', 
    tuneHeight:'-5', 
    tuneWidth:'5' ,
    css: ['.sIFR-root {color:#28313C;font-size:16px}','a {color:#28313C;}' ,'a:link {text-decoration:none;}' ,'a:hover {color:#28313C;text-decoration:underline; }']
});

