// Make an object pointing to the location of the Flash movie on your web server.
// Try using the font name as the variable name, makes it easy to remember which
// object you're using. As an example in this file, we'll use Futura.

var fFranklin = { src: 'http://www.gilroy.co.uk/flash/franklin-gothic-heavy.swf' };

// sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(fFranklin);




sIFR.replace(fFranklin, {
  wmode: 'transparent',
	offsetTop:-2,
	tuneHeight:-7,
	selector: 'h1.the-place-header',
	css: [
		'.sIFR-root { color: #a7a9ac; text-transform:uppercase; leading:-14;}',
		'em { font-style:normal; color: #f6842b; }',
	]
});

sIFR.replace(fFranklin, {
  wmode: 'transparent',
	ratios: [6, 1.86, 7, 1.67, 8, 1.56, 9, 1.47, 11, 1.4, 14, 1.32, 19, 1.23, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 103, 1.15, 104, 1.14, 108, 1.15, 111, 1.14, 113, 1.15, 118, 1.14, 120, 1.15, 1.14],
	offsetTop:-8,
	tuneHeight:-14,
	selector: 'h1',
	css: [
		'.sIFR-root { color: #a7a9ac; text-transform:uppercase; leading:-17;}',
		'em { font-style:normal; color: #f6842b; }',
	]
});

sIFR.replace(fFranklin, {
  wmode: 'transparent',
	ratios: [6, 1.86, 7, 1.67, 8, 1.56, 9, 1.47, 11, 1.4, 14, 1.32, 19, 1.23, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 103, 1.15, 104, 1.14, 108, 1.15, 111, 1.14, 113, 1.15, 118, 1.14, 120, 1.15, 1.14],
	offsetTop:-8,
	tuneHeight:-14,
	selector: 'h4',
	css: [
		'.sIFR-root { color: #f6842b; text-transform:uppercase; leading:-9;}',
		'em { font-style:normal; color: #f6842b; }',
	]
});

sIFR.replace(fFranklin, {
  wmode: 'transparent',
	ratios: [6, 1.45, 7, 1.35, 8, 1.31, 12, 1.27, 20, 1.22, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 103, 1.15, 104, 1.14, 108, 1.15, 111, 1.14, 113, 1.15, 118, 1.14, 120, 1.15, 1.14],
	offsetTop:0,
	tuneHeight:-6,
	selector: 'h5',
	css: [
		'.sIFR-root { color: #a7a9ac; text-transform:uppercase; leading:-17;}',
		'em { font-style:normal; color: #f6842b; }',
	]
});

/*sIFR.replace(fFranklin, {
  wmode: 'transparent',
	tuneHeight:-4,
	selector: 'h2',
	css: [
		'.sIFR-root { color: #da1c5c; text-transform:uppercase;}',
	]
});*/

/*sIFR.replace(fFranklin, {
  wmode: 'transparent',
	selector: '#top-navigation ul li a',
	css: [
		'.sIFR-root { color: #a7a9ac; text-transform:uppercase; cursor:pointer; display:block;}',
	]
});

sIFR.replace(fFranklin, {
  wmode: 'transparent',
	selector: '#top-navigation ul li.selected a span',
	css: [
		'.sIFR-root { color: #da1c5c; text-transform:uppercase; cursor:pointer;}',
	]
});*/


