var garagegothic = {
   src: '/templates/justicerd-farm/js/sifr/garagegothic.swf'
 };

var garagegothic_bold = {
   src: '/templates/justicerd-farm/js/sifr/garagegothic-bold.swf'
 };

 // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
 //sIFR.useStyleCheck = true;
 sIFR.activate(garagegothic, garagegothic_bold);

// sIFR.replace(garagegothic, {
// 	selector: '#topnav li',
// 	css: [ '.sIFR-root { font-style: normal; font-size: 30px; }', 'a { text-decoration: underline;  color: #d3d3d5; }', 'a:hover { color : #FFFFFF; }'],
// 	ratios: [9, 1.27, 13, 1.18, 18, 1.14, 19, 1.13, 21, 1.12, 31, 1.11, 34, 1.09, 36, 1.1, 52, 1.09, 81, 1.08, 82, 1.07, 88, 1.08, 89, 1.07, 90, 1.08, 97, 1.07, 99, 1.08, 1.07],
// 	forceSingleLine: true,
// 	wmode: 'transparent'
// });

sIFR.replace(garagegothic, {
	selector: 'h2.home',
	css: ['.sIFR-root { color: #e7871c;}', 'a { text-decoration: none;  color: #e7871c; }'],
	wmode: 'transparent'
 });

sIFR.replace(garagegothic, {
	selector: 'h2',
	css: ['.sIFR-root { color: #231F20;}', 'a { text-decoration: none;  color: #231F20; }'],
	wmode: 'transparent'
 });

sIFR.replace(garagegothic, {
   selector: '#sell h2.inner',
   css: ['.sIFR-root { font-style: normal; color: #231F20; font-size: 20px; }'
],
	wmode: 'transparent'
});

sIFR.replace(garagegothic, {
	selector: '#sell span.keyline',
	css: ['.sIFR-root { font-style: normal; color: #231F20; font-size: 25px; }'],
	wmode: 'transparent'
 });

sIFR.replace(garagegothic, {
	selector: 'h3',
	css: [ '.sIFR-root { font-style: normal; color: #ffffff; font-size: 30px; }', 'a { text-decoration: underline;  color: #ffffff; text-align : center;}', 'a:hover { color : #d3d3d5; }'],
	wmode: 'transparent'
});
