
	var bell_gothic_black = {
		src: 'http://library.vicu.utoronto.ca/jscript/sifr3/bell_gothic_black.swf'
	}

	var bell_gothic_light = {
		src: 'http://library.vicu.utoronto.ca/jscript/sifr3/bell_gothic_light.swf'
	}	
	
			
	sIFR.activate(bell_gothic_black, bell_gothic_light);	

	/*
	sIFR.replace(bell_gothic_black, {
		selector: '.nav_default span',
      	css: [
	      '.sIFR-root { text-transform: uppercase; color: #ffffff; leading: -5; }',
		  'a { text-decoration: none; }',
		  'a:link { color: #ffffff; }',
		  'a:hover { color: #ffffff; }'
	      ],		
		fitExactly: true,
		fixFocus: true,
		wmode: 'transparent'
	});
	
	sIFR.replace(bell_gothic_black, {
		selector: '.nav_selected span',
      	css: [
	      '.sIFR-root { text-transform: uppercase; color: #000000; leading: -5; }'
	      ],		
		fitExactly: true,		
		fixFocus: true,
		wmode: 'transparent'
	});	
	
	
	
	sIFR.replace(bell_gothic_black, {
		selector: '.subnav_default span',
      	css: [
	      '.sIFR-root { text-transform: uppercase; color: #000000; }',
		  'a { text-decoration: none; }',
		  'a:link { color: #000000; }',
		  'a:hover { color: #000000; }'
	      ],
		fitExactly: true,
		fixFocus: true,
		forceSingleLine: true,
		wmode: 'transparent'
	});
	
	sIFR.replace(bell_gothic_black, {
		selector: '.subnav_selected span',
      	css: [
	      '.sIFR-root { text-transform: uppercase; color: #000000; }'
	      ],
		fitExactly: true,
		fixFocus: true,
		forceSingleLine: true,
		tuneHeight: -6,
		wmode: 'transparent'
	});
	
	*/	
	
	
	sIFR.replace(bell_gothic_black, {
		selector: '.lib_hour_title',
      	css: [
	      '.sIFR-root { text-transform: uppercase; color: #8f9696; }'
	      ],
		tuneHeight: -5,
		fitExactly: true,
		wmode: 'transparent'
	});		
	

	sIFR.replace(bell_gothic_black, {
		selector: '.lib_hour_day, .lib_hour_start, .lib_hour_end',
      	css: [
	      '.sIFR-root { text-transform: uppercase; color: #8f9696; }'
	      ],
		tuneHeight: -5,
		fitExactly: true,
		wmode: 'transparent'
	});				
			
