var Clapton = {
  src: 'Clapton.swf'
};
sIFR.activate(Clapton);

sIFR.replace(Clapton, {
  selector: 'span.sif', wmode:"transparent", forceSingleLine:true, css: {
      '.sIFR-root': { 'color': '#3b5e81'}
    }
});

sIFR.replace(Clapton, {
  selector: 'span.sifI', wmode:"transparent", forceSingleLine:true, selectable:false, css: {
      '.sIFR-root': { 'color': '#3b5e81'}
    }
});

sIFR.replace(Clapton, {
  selector: 'span.sifBB', wmode:"transparent", forceSingleLine:true, css: {
      '.sIFR-root': { 'color': '#3b5e81'}
    }
});

sIFR.replace(Clapton, {
  selector: 'span.sifBM', wmode:"transparent", forceSingleLine:true, css: {
      '.sIFR-root': { 'color': '#4f9edf'}
    }
});

sIFR.replace(Clapton, {
  selector: 'span.sifBG', wmode:"transparent", forceSingleLine:true, css: {
      '.sIFR-root': { 'color': '#aeb04f'}
    }
});

sIFR.replace(Clapton, {
  selector: 'span.sifSB', wmode:"transparent", forceSingleLine:true, css: {
      '.sIFR-root': { 'color': '#ff0000'}
    }
});