var bryantLight  = {
	src    : 'images/bryant-l.swf',
	ratios : [10,1.32,16,1.27,23,1.23,24,1.21,25,1.22,31,1.21,38,1.2,42,1.19,43,1.2,62,1.19,66,1.18,67,1.19,113,1.18,114,1.17,119,1.18,120,1.17,1.18]
};
var bryantNormal = {
	src    : 'images/bryant-n.swf',
	ratios : [10,1.32,16,1.27,23,1.23,24,1.21,25,1.22,31,1.21,38,1.2,42,1.19,43,1.2,62,1.19,66,1.18,67,1.19,113,1.18,114,1.17,119,1.18,120,1.17,1.18]
};
var bryantMedium = {
	src    : 'images/bryant-m.swf',
	ratios : [10,1.32,16,1.27,23,1.23,24,1.21,25,1.22,31,1.21,38,1.2,42,1.19,43,1.2,62,1.19,66,1.18,67,1.19,113,1.18,114,1.17,119,1.18,120,1.17,1.18]
};

//sIFR.fitExactly = true;
sIFR.activate(bryantLight, bryantNormal, bryantMedium);

sIFR.replace(bryantLight, {
	selector : 'h2.main',
	css : [
		'.sIFR-root { color : #3b3b3b; background-color : #ffffff; text-transform : uppercase; letter-spacing : -2; }',
		'strong { font-weight : normal; color : #cc0000; }'
	],
	tuneWidth : 5,
	offsetLeft : 0,
	selectable : false
});

sIFR.replace(bryantNormal, {
	selector : 'h3.founder',
	css : [
		'.sIFR-root { color : #3b3b3b; background-color : #ffffff; text-transform : uppercase; }',
		'strong { font-weight : normal; color : #cc0000; }'
	],
	tuneWidth : 5,
	selectable : false
});

sIFR.replace(bryantNormal, {
	selector : '#main_menu .typo',
	css : [
		'.sIFR-root { color : #3b3b3b; background-color : #ffffff; text-transform : uppercase; }',
		'.active { color : #cc0000; }',
		'a.active { color : #cc0000; }',
		'a.active:link { color : #cc0000; }',
		'a.active:visited { color : #cc0000; }',
		'a { color : #3b3b3b; text-decoration : none; }',
		'a:link { color : #3b3b3b; text-decoration : none; }',
		'a:visited { color : #3b3b3b; text-decoration : none; }',
		'a:hover { color : #cc0000; text-decoration : none; }'
	],
	tuneHeight : -8,
	selectable : false
});

sIFR.replace(bryantNormal, {
	selector : 'h3.typo',
	css : [
		'.sIFR-root { color : #3b3b3b; background-color : #ffffff; }',
		'a { color : #3b3b3b; text-decoration : none; }',
		'a:link { color : #3b3b3b; text-decoration : none; }',
		'a:visited { color : #3b3b3b; text-decoration : none; }',
		'a:hover { color : #cc0000; text-decoration : none; }'
	],
	tuneHeight : -8,
	selectable : false
});

sIFR.replace(bryantMedium, {
	selector : 'ul.april h3',
	css : [
		'.sIFR-root { color : #3b3b3b; background-color : #ffffff; text-transform : uppercase; }',
		'a { color : #3b3b3b; text-decoration : none; }',
		'a:link { color : #3b3b3b; text-decoration : none; }',
		'a:visited { color : #3b3b3b; text-decoration : none; }',
		'a:hover { color : #cc0000; text-decoration : none; }'
	],
	tuneHeight : -8,
	tuneWidth : 2,
	selectable : false
});

function doSifrVideoLoad()
{
	sIFR.replace(bryantNormal, {
		selector : 'ul.lineup h3',
		css : [
			'.sIFR-root { color : #3b3b3b; background-color : #ffffff; letter-spacing : -0.5; }',
			'a { color : #3b3b3b; text-decoration : none; }',
			'a:link { color : #3b3b3b; text-decoration : none; }',
			'a:visited { color : #3b3b3b; text-decoration : none; }',
			'a:hover { color : #cc0000; text-decoration : none; }'
		],
		tuneHeight : -1,
		tuneWidth : 2,
		selectable : false,
		transparent : true
	});
};