var gilsans_light = {
	src: '/swf/gilsans-light.swf',
	ratios: [7, 1.32, 8, 1.31, 12, 1.27, 20, 1.22, 28, 1.19, 30, 1.17, 36, 1.18, 45, 1.17, 61, 1.16, 62, 1.15, 65, 1.16, 66, 1.15, 67, 1.16, 116, 1.15, 117, 1.14, 123, 1.15, 124, 1.14, 1.15]
};

var gilsans = {
	src: '/swf/gilsans.swf',
	ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 43, 1.18, 47, 1.17, 48, 1.18, 73, 1.17, 74, 1.16, 75, 1.17, 80, 1.16, 81, 1.17, 1.16]
}

sIFR.activate(gilsans_light);
sIFR.activate(gilsans);

// Nav
sIFR.replace(gilsans, {
	selector: '#nav ul li',
	wmode: 'transparent',
	css: [
		'.sIFR-root { color: #ffffff; text-align: center; text-transform: uppercase; letter-spacing: 1; }',
		'.current { font-weight: bold; }',
		'a { text-decoration: none; color: #ffffff; }',
		'a:hover { color: #ffffff; text-decoration: underline; }'
	]
});

