
var lucidaSan = { src: rootFolder+'/js/flashText/lucida_san.swf' };



sIFR.activate(lucidaSan);

// Title Upcoming
sIFR.replace(lucidaSan, {
  selector: '#comingEventsData h5',
  css: '.sIFR-root { color:#685c53; font-size:12px; text-transform:uppercase; font-weight:bold; }',
  transparent: true
});


// Title h4 for homepage
sIFR.replace(lucidaSan, {
  selector: '#contentHome h4',
  css: '.sIFR-root { color:#685c53; font-size:17px; text-transform:uppercase; width:280px; text-align:center; }',
  transparent: true
});



// Title for product category
sIFR.replace(lucidaSan, {
  selector: '.description span',
  css: '.sIFR-root { color:#FFFFFF; font-size:17px; text-transform:uppercase; }',
  transparent: true
});


// Title h3
sIFR.replace(lucidaSan, {
  selector: '#main h3',
  css: '.sIFR-root { color:#685c53; font-size:20px; text-transform:uppercase; }',
  transparent: true
});


// Title Search h5 
sIFR.replace(lucidaSan, {
  selector: '#subNav h5',
  css: '.sIFR-root { color:#FFFFFF; font-size:12px; text-transform:uppercase; }',
  transparent: true
});


// Title paging h5 
sIFR.replace(lucidaSan, {
  selector: '#paging h5',
  css: '.sIFR-root { font-size:12px; text-transform:uppercase; color:#685c53; }',
  transparent: true
});

// Title h6
sIFR.replace(lucidaSan, {
  selector: '#footer h6',
  css: '.sIFR-root { color:#685c53; font-size:11px; text-transform:uppercase; font-weight:bold; }',
  transparent: true
});


// Title h2
sIFR.replace(lucidaSan, {
  selector: '#main h2',
  css: '.sIFR-root { color:#685c53; font-size:32px; text-transform:uppercase; }',
  transparent: true
});

// Title h2
sIFR.replace(lucidaSan, {
  selector: '#enquiry h2',
  css: '.sIFR-root { color:#685c53; font-size:32px; text-transform:uppercase; }',
  transparent: true
});


// Subtitle h4 for content pages
sIFR.replace(lucidaSan, {
  selector: '#contentGeneral h4',
  css: '.sIFR-root { color:#685c53; font-size:17px; text-transform:uppercase; }',
  transparent: true
});


// Title companies
sIFR.replace(lucidaSan, {
  selector: '#listContent h6',
  css: '.sIFR-root { color:#685c53; font-size:11px; }',
  transparent: true
});