var GillSans = { src: rootFolder + '/js/flashText/sifr_GillSansMT.swf' };

sIFR.activate(GillSans);

sIFR.replace(GillSans, 
{
	selector: 'a#browse-audio-tours',
	css:
	{
		'.sIFR-root':
		{ 
			'color': '#7a5b1d', 
			'font-size': '18px', 
			'text-transform': 'uppercase', 
			'text-decoration': 'underline'
		}
	},
	wmode: 'transparent'
});

sIFR.replace(GillSans, 
{
	selector: 'div#browse-box h2',
	css:
	{
		'.sIFR-root':
		{ 
			'color': '#5a5e60', 
			'font-size': '26px', 
			'letter-spacing': 0.5
		}
	},
	wmode: 'transparent'
});


sIFR.replace(GillSans, 
{
	selector: 'h3.sidebar-replace-white',
	css:
	{
		'.sIFR-root':
		{ 
			'color': '#FFFFFF', 
			'font-size': '11px', 
			'text-transform': 'uppercase', 
			'letter-spacing': 1
		}
	},
	wmode: 'transparent'
});

sIFR.replace(GillSans, 
{
	selector: 'h3.sidebar-replace',
	css:
	{
		'.sIFR-root':
		{ 
			'color': '#f0c773', 
			'font-size': '12px', 
			'text-transform': 'uppercase'
		}
	},
	wmode: 'transparent'
});

sIFR.replace(GillSans, 
{
	selector: 'h1#title',
	css:
	{
		'.sIFR-root':
		{ 
			'color': '#5a5e60', 
			'font-size': '28px'
		}
	},
	wmode: 'transparent'
});

sIFR.replace(GillSans, 
{
	selector: 'h2.subTitle',
	css:
	{
		'.sIFR-root':
		{ 
			'color': '#5a5e60', 
			'font-size': '22px'
		}
	},
	wmode: 'transparent'
});

sIFR.replace(GillSans, 
{
	selector: 'h4#email-title',
	css:
	{
		'.sIFR-root':
		{ 
			'color': '#5a5e60', 
			'font-size': '14px', 
			'text-transform': 'uppercase'
		}
	},
	wmode: 'transparent'
});

sIFR.replace(GillSans, 
{
	selector: 'div.pageForm h3',
	css:
	{
		'.sIFR-root':
		{ 
			'color': '#FFFFFF', 
			'font-size': '17px', 
			'text-transform': 'uppercase'
		}
	},
	wmode: 'transparent'
});
