
var caecilia = {

	src: './flash/caecilialight.swf',wmode: 'transparent'
};

var caecilia2 ={
    
    src: './flash/caeciliaroman.swf',wmode: 'transparent'
}

var futura ={

    src: './flash/futura.swf',wmode: 'transparent'
}

var americantyper = {

    src: './flash/americantypewriter.swf', wmode:'transparent'
}

//sIFR.prefetch('caecilialight.swf','caeciliaroman.swf');
sIFR.activate(caecilia,caecilia2,futura,americantyper);

  
    sIFR.replace(caecilia, {
    selector: 'h1.sifr-title2'
    ,css: {
    //  '.sIFR-root': { 'color': '#0099ff', 'text-weight': 'bold' }
	  '.sIFR-root': { 'color': '#ffffff'}
    }
  });
  
  sIFR.replace(caecilia, {
    selector: 'h1.sifr-title'
    ,css: {
  
	  '.sIFR-root': { 'color': '#ffffff'}
    }
  });
  
    sIFR.replace(caecilia, {
    selector: 'h1.sifr-title3'
    ,css: {

	  '.sIFR-root': { 'color': '#cccccc'}
    }
  });
  
      sIFR.replace(caecilia, {
    selector: 'h1.sifr-title4'
    ,css: {

	  '.sIFR-root': { 'color': '#cccccc'}
    }
  });
        sIFR.replace(caecilia, {
    selector: 'h2.sifr-title5'
    ,css: {
   
	  '.sIFR-root': { 'color': '#ffffff'}
    }
  });
          sIFR.replace(caecilia, {
    selector: 'h1.sifr-title6'
    ,css: {
	  '.sIFR-root': { 'color': '#cccccc'}
    }
  });
            sIFR.replace(caecilia, {
    selector: 'h1.sifr-title7'
    ,css: {
	  '.sIFR-root': { 'color': '#cccccc'}
    }
  });
  
              sIFR.replace(caecilia, {
    selector: 'h1.sifr-title8'
    ,css: {
	  '.sIFR-root': { 'color': '#ffffff'}
    }
  });
  
                sIFR.replace(caecilia, {
    selector: 'span.sifr-title9'
    ,css: {
	  '.sIFR-root': { 'color': '#ffffff'}
    }
  });
  
                sIFR.replace(caecilia, {
    selector: 'h1.sifr-title10'
    ,css: {
	  '.sIFR-root': { 'color': '#ffffff'}
    }
  });
  
            sIFR.replace(caecilia, {
    selector: 'h1.sifr-title11'
    ,css: {
	  '.sIFR-root': { 'color': '#cccccc'}
    }
  });
  
            sIFR.replace(caecilia, {
    selector: 'h1.sifr-title12'
    ,css: [
	  '.sIFR-root{ color:#cccccc}',
	  'a {color: #cccccc; text-decoration: none;}',
      'a:hover {color: #0099ff;}'

    ]
  });
  
  
    sIFR.replace(caecilia, {
    selector: 'span.sifr-subtitle'
    ,css: {
 
	  '.sIFR-root': { 'color': '#cccccc'}
    }
  });
  
  sIFR.replace(caecilia2, {
    selector: 'h2.sifr-title-right'
    
    ,css: {

	   '.sIFR-root': { 'color': '#7e7e7e'}
    }

  });
  
    sIFR.replace(caecilia2, {
    selector: 'span.imgbctxt'
    
    ,css: {
	   '.sIFR-root': { 'color': '#7e7e7e'}
    }
  });
  
  
      sIFR.replace(futura, {
    selector: 'h2.portfolionumb'
    
    ,css: {
	   '.sIFR-root': { 'color': '#333333', 'letter-spacing':'-2'}
    }
  });
  
        sIFR.replace(caecilia, {
    selector: 'h1.sifr-hometitle'
    
    ,css: {
	   '.sIFR-root': { 'color': '#ffffff'}
    }
  });
  
  
    sIFR.replace(caecilia, {
    selector: 'h2.sifr-homesubtitle'
    
    ,css: {
	   '.sIFR-root': { 'color': '#74e4ff'}
    }
  });
  
          sIFR.replace(americantyper, {
    selector: 'h2.sifr-subtitle'
    
    ,css: {
	   '.sIFR-root': { 'color': '#74e4ff'}
    }
  });