	$(document).ready(function() { 
		
		$("a.group").fancybox({ 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'overlayShow': true, 'overlayOpacity'	:	0.7, 'overlayColor'		:	'#FFF' }); 		
		
	});
	
    var century = {
      src: 'swf/century.swf'
      ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
    };

    //sIFR.useStyleCheck = true;
    sIFR.activate(century);
	
    sIFR.replace(century, {
      selector: '.info-title span, span.nav, #content-alpha p, .team-member-title span'
      ,css: [
        '.sIFR-root { color: #69696b; text-align: left; text-decoration: none; font-size: 15px; font-weight: bold; leading: -4; }'
        ,'a { color: #69696b; text-decoration: none; }'
        ,'a:link { color: #69696b; text-decoration: none; }'
        ,'a:hover { color: #ff7400; text-decoration: none; }'
      ]
	  ,wmode: 'transparent'
	  //,forceSingleLine: true
    });	

    sIFR.replace(century, {
      selector: '#page-title span'
      ,css: [
        '.sIFR-root { color: #ff7400; text-align: left; text-decoration: none; font-size: 15px; font-weight: bold; leading: -4; }'
      ]
	  ,wmode: 'transparent'
	  ,forceSingleLine: true
    });		
  
  