/*-------------------------------------------------------------------
	Bazzmann Srl | Advanced Communication
	sIFR Configuration
	
	Customer: Bazzmann Srl
-------------------------------------------------------------------*/

var unitmedium = {
	src: '/gui/flash/fonts/unit-rounded-medium.swf',
	ratios: [9, 1.25, 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, 86, 1.08, 87, 1.07, 88, 1.08, 89, 1.07, 90, 1.08, 97, 1.07, 99, 1.08, 1.07]
};
sIFR.activate(unitmedium);

var unitbold = {
	src: '/gui/flash/fonts/unit-rounded-bold.swf',
	ratios: [9, 1.25, 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, 86, 1.08, 87, 1.07, 88, 1.08, 89, 1.07, 90, 1.08, 97, 1.07, 99, 1.08, 1.07]
};
sIFR.activate(unitbold);

/* Headers
---------------------------------------------------------------------*/

/* Standard Headers */
sIFR.replace(unitmedium, {
	selector: '#obj-review h2, .obj-sidebar-box h2',
	css: [
	'.sIFR-root {font-size: 16px; color: #FFFFFF; font-weight: bold; text-transform: uppercase; text-align: right;}',
	'a {font-size: 16px; color: #FFFFFF; text-decoration: none;}',
	'a:link {font-size: 16px; color: #FFFFFF;}',
	'a:hover {font-size: 16px; color: #FFFFFF;}',
	'.active {font-size: 16px; color: #FFFFFF;}'
	],
	wmode: 'transparent'
});