var univers = {
	src: '/flash/UniversLTStd.swf'
	};
var eras = {
	src: '/flash/Eras-Demi.swf'
	};



sIFR.activate(univers);

/*sIFR.replace(univers, {
	selector: 'h5',
	wmode: 'transparent'
});*/

/*
sIFR.replace(univers, {
	selector: '#title_banner h4',
	css: {'.sIFR-root': { 'color': '#FFFFFF', 'font-weight' : 'bold'} },
	wmode: 'transparent'
});
*/

sIFR.replace(univers, {
	selector: '.box_text h4',
	css: {'.sIFR-root': { 'color': '#FFFFFF', 'text-align' : 'right'} },
	wmode: 'transparent'
});
sIFR.replace(univers, {
	selector: '.box_text2 h4',
	css: {'.sIFR-root': { 'color': '#FFFFFF', 'font-weight' : 'bold'} },
	wmode: 'transparent'
});

sIFR.replace(univers, {
	selector: '.content_right_send h5',
	css: {'.sIFR-root': { 'color': '#000000'} },
	wmode: 'transparent'
});

sIFR.replace(eras, {
	selector: '.box_a2',
	css: {'.sIFR-root': { 'color': '#FFFFFF','font-size':'16'},
	'a': {'color' : '#FFFFFF', 'text-decoration': 'none'},
	'a:hover': {'color' : '#FFFFFF', 'text-decoration': 'underline' }
	},
	wmode: 'transparent'
});
sIFR.replace(eras, {
	selector: '.box_a1',
	css: {'.sIFR-root': { 'color': '#FFFFFF', 'text-align':'right','font-size':'16'},
	'a': {'color' : '#FFFFFF', 'text-decoration': 'none'},
	'a:hover': {'color' : '#FFFFFF', 'text-decoration': 'underline' }
	},
	wmode: 'transparent'
});

sIFR.replace(univers, {
	selector: '#right_content h4',
	css: {'.sIFR-root': { 'color': '#131000'} },
	wmode: 'transparent'
});

