//##############################################################################
//##  sIFR Configuration													  ##
//##############################################################################
  /*###########################################
  ##  Settings								 ##
  ###########################################*/
  sIFR.useStyleCheck = true; 

  /*###########################################
  ##  Declarations							 ##
  ###########################################*/
  var humanist = { src: '../public/flash/humanist3.swf' }; 

  /*###########################################
  ##  Activation							 ##
  ###########################################*/
  sIFR.activate(humanist);

  /*###########################################
  ##  Constructors							 ##
  ###########################################*/
  sIFR.replace(humanist, { 
    selector: 'h2#welcome',
    css: '.sIFR-root { color: #ffffff; background-color: transparent; letter-spacing: -1; text-transform: uppercase; }',
    wmode: 'transparent',
    preventWrap: 'true', 
    preserveSingleWhitespace: 'true',
    forceClear: 'true',
    //forceWidth: 'true', 
    fitExactly: 'true',
    tuneHeight: '-4'
  });
  
  /*#########################################*/
  
  sIFR.replace(humanist, { 
    selector: 'h2.featuredServices',
    css: [
	  '.sIFR-root { color: #ffffff; background-color: transparent; letter-spacing: 0.5; text-transform: uppercase; }',
	  'a { text-decoration: none; color: #ffffff; font-size: 18; }',
	  'a:link { color: #ffffff; }',
	  'a:hover { text-decoration: none; color: #419df4; }'
	],
    wmode: 'transparent',
    preventWrap: 'true', 
    preserveSingleWhitespace: 'true',
    forceClear: 'true',
    //forceWidth: 'true', 
    fitExactly: 'true',
    tuneHeight: '-4'
  });
  
  /*#########################################*/
  
  sIFR.replace(humanist, { 
    selector: 'h1#projectsHeader',
    css: '.sIFR-root { color: #e9ce21; background-color: transparent; letter-spacing: -0.5; text-transform: uppercase; }',
    wmode: 'transparent',
    preventWrap: 'true', 
    preserveSingleWhitespace: 'true',
    forceClear: 'true',
    //forceWidth: 'true', 
    fitExactly: 'true',
    tuneHeight: '-4'
  });
  
  /*#########################################*/
  
  sIFR.replace(humanist, { 
    selector: 'h2.otherHeading',
    css: '.sIFR-root { color: #ffffff; background-color: transparent; }',
    wmode: 'transparent',
    preventWrap: 'true', 
    preserveSingleWhitespace: 'true',
    forceClear: 'true',
    //forceWidth: 'true', 
    fitExactly: 'true',
    tuneHeight: '-4'
  });
  
  /*#########################################*/
  
  sIFR.replace(humanist, { 
    selector: 'ul.otherServices > li',
    css: [
	  '.sIFR-root { color: #919191; background-color: transparent; }',
	  'a { text-decoration: none; color: #919191; font-size: 17; }',
	  'a:link { color: #919191; }',
	  'a:hover { text-decoration: none; color: #ffffff; }'
	],
    wmode: 'transparent',
    preventWrap: 'true', 
    preserveSingleWhitespace: 'true',
    forceClear: 'true',
    //forceWidth: 'true', 
    //fitExactly: 'true',
    tuneHeight: '-4'
  });
  
  /*#########################################*/
  
  sIFR.replace(humanist, { 
    selector: 'h4.projectHeading',
    css: '.sIFR-root { color: #ffffff; background-color: transparent; letter-spacing: 0; text-transform: uppercase; }',
    wmode: 'transparent',
    preventWrap: 'true', 
    preserveSingleWhitespace: 'true',
    forceClear: 'true',
    //forceWidth: 'true', 
    fitExactly: 'true',
    tuneHeight: '-4'
  });
  
  /*#########################################*/
  
  sIFR.replace(humanist, { 
    selector: 'h2#allProjects',
    css: [
	  '.sIFR-root { color: #e9ce21; background-color: transparent; letter-spacing: 0; text-transform: uppercase; }',
	  'a { text-decoration: none; color: #e9ce21; font-size: 24; }',
	  'a:link { color: #e9ce21; }',
	  'a:hover { text-decoration: none; color: #ffffff; }'
	],
    wmode: 'transparent',
    preventWrap: 'true', 
    preserveSingleWhitespace: 'true',
    forceClear: 'true',
    //forceWidth: 'true', 
    //fitExactly: 'true',
    tuneHeight: '-4'
  });
//##############################################################################
//##############################################################################
