var univers = {
	src: '/swf/unvivers-thin-condensed.swf'
};

var universThin = {
	src: '/swf/univers-thin.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(univers);

/* ------- Navigation Header */
sIFR.replace(univers, {
	selector: 'h3.navhdr'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {color: #000000; font-size: 35px; font-weight: normal; height: 35px; }'
	]
});

/* ------- Feature */
sIFR.replace(univers, {
	selector: '.feature'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {color: #000000; font-size: 14px; font-weight: normal; height: 14px; }'
	]
});


/* ------- Sub category title */
sIFR.replace(univers, {
	selector: 'h4.subcattitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {color: #000000; font-size: 20px; font-weight: normal; height: 20px; }'
	]
});

/* ------- Sub category title */
sIFR.replace(universThin, {
	selector: 'h3.catshdr'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {color: #707070; font-size: 40px; font-weight: normal; height: 40px; }'
	]
});

sIFR.useStyleCheck = true;
sIFR.activate(universThin);

/* ------- Sub category title */
sIFR.replace(universThin, {
	selector: 'h3.hppromo'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root {color: #b1b1b1; font-size: 40px; font-weight: normal; height: 40px; }'
	]
});






