var truckin = { src: '/flash/sifr/truckin.swf' };

// Now you can set some configuration settings. <http://wiki.novemberborn.net/sifr3/JavaScript+Configuration>.
// One setting you probably want to use is `sIFR.useStyleCheck`. <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad>.

sIFR.useStyleCheck 	= true;
sIFR.fixHover = true;
sIFR.fitExactly = true;
sIFR.repaintOnResize = true;

// Remember, there must be *only one* `sIFR.activate()`!
sIFR.activate( truckin );

//sIFR.debug.ratios(truckin, {
sIFR.replace( truckin, {
	
	selector: 	'.white_27px',
	css: 		'.sIFR-root { font-size: 27px; color: #ffffff; }',
	ratios: 		[7, 1.33, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 17, 1.1, 31, 1.08, 41, 1.06, 49, 1.05, 53, 1.04, 54, 1.05, 74, 1.04, 77, 1.03, 79, 1.04, 1.03],
	wmode: 		'transparent',
	tuneHeight: 	-5,
	filters: {
		DropShadow: {
			knockout: false, distance: 3, color: '#000000', strength: 1, alpha: .25
		}
	}
});

sIFR.replace( truckin, {
		   
	selector: 	'.pink_19px',
	css: [
		'.sIFR-root { font-size: 19px; color: #c11f57; }',
		'a { color: #f05b00; text-decoration: underline; }',
		'a:hover { color: #f05b00; text-decoration: none; }'
	],
	ratios: 		[7, 1.33, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 17, 1.1, 31, 1.08, 41, 1.06, 49, 1.05, 53, 1.04, 54, 1.05, 74, 1.04, 77, 1.03, 79, 1.04, 1.03],
	wmode: 		'transparent',
	filters: {
		DropShadow: {
			knockout: false, distance: 3, color: '#000000', strength: 1, alpha: .25
		}
	}	
});

sIFR.replace( truckin, {
		   
	selector: 	'.purple_18px',
	css: 		'.sIFR-root { font-size: 18px; color: #890f73; }',
	ratios: 		[7, 1.33, 8, 1.18, 10, 1.16, 11, 1.13, 12, 1.12, 13, 1.11, 17, 1.1, 31, 1.08, 41, 1.06, 49, 1.05, 53, 1.04, 54, 1.05, 74, 1.04, 77, 1.03, 79, 1.04, 1.03],
	wmode: 		'transparent',
	tuneHeight: 	-5,
	filters: {
		DropShadow: {
			knockout: false, distance: 3, color: '#000000', strength: 1, alpha: .25
		}
	}	
});