sIFR.fixHover = true;
var myriad = {
	src: 'wwwsystem/class/components/openmedicatv/sifr/flash/myriad.swf'
};
sIFR.activate( myriad );
sIFR.replace( myriad, {
	selector: 'h1',
	wmode: 'transparent',
	css: {
		'.sIFR-root': { 'color':'#FF7E00', 'background-color': 'transparent', 'font-size': '22px' }
	}
});
sIFR.replace( myriad, {
	selector: 'h2',
	wmode: 'transparent',
	css: {
		'.sIFR-root': { 'color':'#8F8F8F', 'background-color': 'transparent', 'font-size': '18px' },
		'a': { 'color':'#8F8F8F', 'background-color': 'transparent', 'font-size': '105px', 'text-decoration': 'none' },
		'a:hover': { 'color':'#8F8F8F', 'background-color': 'transparent', 'font-size': '105px', 'text-decoration': 'none' }
	}
});
sIFR.replace( myriad, {
	selector: '.paginacja .normal',
	wmode: 'transparent',
	css: {
		'.sIFR-root': { 'color':'#93979D', 'background-color': '#535353', 'text-align': 'center', 'font-size': '16px', 'cursor': 'pointer' },
		'a': { 'color':'#93979D', 'background-color': 'transparent', 'text-align': 'center', 'font-size': '110px', 'cursor': 'pointer', 'text-decoration': 'none'},
		'a:hover': { 'color':'#93979D', 'background-color': 'transparent', 'text-align': 'center', 'font-size': '110px', 'cursor': 'pointer', 'text-decoration': 'none'}
	}
});


sIFR.replace( myriad, {
	selector: '.paginacja .active',
	wmode: 'transparent',
	css: {
		'.sIFR-root': { 'color':'#FEFEFF', 'font-weight':'bold', 'background-color': 'transparent', 'text-align': 'center', 'font-size': '16px' },
		'a': { 'color':'#FEFEFF', 'font-weight':'bold', 'background-color': 'transparent', 'text-align': 'center', 'font-size': '110px', 'text-decoration': 'none' },
		'a:hover': { 'color':'#FEFEFF', 'font-weight':'bold', 'background-color': 'transparent', 'text-align': 'center', 'font-size': '110px', 'text-decoration': 'none' }
	}
});

sIFR.replace( myriad, {
	selector: '#itunes_box .link',
	wmode: 'transparent',
	css: {
		'.sIFR-root': { 'color':'#8F8F8F', 'background-color': 'transparent', 'font-size': '42px' },
		'a': { 'color':'#8F8F8F', 'background-color': 'transparent', 'font-size': '42px', 'text-decoration': 'none' },
		'a:hover': { 'color':'#8F8F8F', 'background-color': 'transparent', 'font-size': '42px', 'text-decoration': 'none' }
	}
});

