  var colaboratemedium = {
    src: 'http://www.carbongraffiti.com/clients/incidental/new/colaboratemedium.swf'
  };

  var colaboratethin = {
    src: 'http://www.carbongraffiti.com/clients/incidental/new/colaboratethin.swf'
  };
  
  sIFR.activate(colaboratemedium);
  sIFR.activate(colaboratethin);
  
  sIFR.replace(colaboratemedium, {
	offsetTop : -7,		   
	tuneHeight: -20,		   
    selector: 'h1#homepage',
      css: [
      '.sIFR-root { text-align:left; font-size:42px; font-weight:normal; color:#FFFFFF; text-align:right; }',
	  'a { text-decoration: none; }',
	  'a:link { color: #9ee7ff; }',
	  'a:hover { color: #6fa8bb; }'
      ],	
    wmode: 'transparent'
  });
  
  sIFR.replace(colaboratemedium, {
    selector: 'h1#subpage',
      css: [
      '.sIFR-root { text-align:left; line-height:80%; font-size:32px; font-weight:normal; color:#58514C; }',
	  'a { text-decoration: none; }',
	  'a:link { color: #9ee7ff; }',
	  'a:hover { color: #6fa8bb; }'
      ],	
    wmode: 'transparent'
  });  

  sIFR.replace(colaboratemedium, {
    selector: 'h2.galleryheader',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#FFFFFF; }'
      ],	
    wmode: 'transparent'
  });

  sIFR.replace(colaboratemedium, {
    selector: 'h2',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#58514C; }',
	  'a { text-decoration: none; }',
	  'a:link { color: #d9181d; }',
	  'a:hover { color: #961216; }'
      ],	
    wmode: 'transparent'
  });
 
    sIFR.replace(colaboratethin, {
    selector: 'h3.otherstufffillthisinlater',
      css: [
      '.sIFR-root { font-size:17px; font-weight:normal; font-style:italic; color:#ffffff; }',
	  'a { text-decoration: none; }',
	  'a:link { color: #ffffff; text-decoration:underline; }',
	  'a:hover { color: #D3CDAB; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],	
    wmode: 'transparent'
  });
	
    sIFR.replace(colaboratethin, {
    selector: 'h4.homepage',
	offsetTop : -2,			
	tuneHeight: -3,		   	
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; line-height:70%; leading: -5; padding:0; color:#FFFFFF; text-align:right; }',
	  'a { text-decoration: none; }',
	  'a:link { color: #d9181d; }',
	  'a:hover { color: #961216; }'
      ],	
    wmode: 'transparent'
  });	
	
    sIFR.replace(colaboratethin, {
    selector: 'h5.sifrnav',
	offsetTop : -2,			
	tuneHeight: -3,		   	
      css: [
      '.sIFR-root { font-size:15px; font-weight:normal; line-height:70%; leading: -5; padding:0; color:#FFFFFF; text-align:center; }',
	  'a { text-decoration: none; }',
	  'a:link { color: #d9181d; }',
	  'a:hover { color: #961216; }'
      ],	
    wmode: 'transparent'
  });		