var futura = {
	src: '/css/futura.swf',
	wmode: 'transparent'
};

sIFR.activate(futura);

sIFR.replace(futura, {
	selector: '.subtitle p', css: {'.sIFR-root': {
		'color': '#eeff03',
		'text-transform':'uppercase',
		'letter-spacing':'1'
	}}
});

sIFR.replace(futura, {
	selector: '.bldack',
	css: ['.sIFR-root { color: #ffffff;text-transform:uppercase;}',
	
	'a { text-decoration: none;}',
	
	'a { color: #000000; }',
	
	'a:hover { color: #ffffff; }']

});

sIFR.replace(futura, {
selector: '.red',
css: ['.sIFR-root { color: #ffffff; background-color: #000000; letter-spacing: 0; font-size: 15px; text-transform: uppercase; }',
'a { text-decoration: none }',
'a { color: #ED1C24; font-weight: bold; }',
'a:hover { color: #000000; }'],
wmode: 'transparent'

});
sIFR.replace(futura, {
selector: '.black',
css: ['.sIFR-root { color: #ffffff; background-color: #000000; letter-spacing: 0; font-size: 15px; text-transform: uppercase; }',
'a { text-decoration: none }',
'a { color: #000000; font-weight: bold; }',
'a:hover { color: #ffffff; }'],
 wmode: 'transparent'
});

sIFR.replace(futura, {
	selector: 'h1', css: {'.sIFR-root': {
		'color': '#c6b9e4',
		'text-transform':'lowercase'
	}}
});

sIFR.replace(futura, {
	selector: 'h2',
	css: ['.sIFR-root { color: #c6b9e4; }',
	'a { text-decoration: underline }',
	'a { color: #a68be4; font-weight: normal; }',
	'a:hover { color: #ffffff; text-decoration:underline}'],
	 wmode: 'transparent'
});

sIFR.replace(futura, {
	selector: '.news-date p', css: {'.sIFR-root': {
		'color': '#cccccc',
		'text-align':'right'
	}}
});