var futuraltbt = {
  src: 'swf/futura_ltbt.swf'
};

sIFR.activate(futuraltbt);


sIFR.replace(futuraltbt, {
	selector: 'span.titlu1'
	,css: [
		'.sIFR-root { text-align: left; font-size:20px; font-weight: normal;  color: #55B6E4; text-transform: uppercase;}'
		,'a { text-decoration: none; }'
		,'a:link { color: #FEBD10; }'
		,'a:hover { color: #FEBD10; }'
		]
	,wmode:'transparent'
	});

sIFR.replace(futuraltbt, {
	selector: 'span.titlu2'
	,css: [
		'.sIFR-root { text-align: left; font-size:14px; font-weight: normal;  color: #55B6E4; text-transform: uppercase;}'
		,'a { text-decoration: none; }'
		,'a:link { color: #FEBD10; }'
		,'a:hover { color: #FEBD10; }'
		]
	,wmode:'transparent'
	});

sIFR.replace(futuraltbt, {
	selector: 'h3'
	,css: [
		'.sIFR-root { text-align: left; font-weight: normal;  color: #FFFEFD; text-transform: uppercase;}'
		,'a { text-decoration: none; }'
		,'a:link { color: #FFFEFD; }'
		,'a:hover { color: #FFFEFD; }'
		]
	,wmode:'transparent'
	});

sIFR.replace(futuraltbt, {
	selector: 'div.toggler'
	,css: [
		'.sIFR-root { font-size:12px; font-weight: normal; color: #000000; text-transform: uppercase; cursor: pointer;}'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #000000; }'
		]
	,wmode:'transparent'
	});

sIFR.replace(futuraltbt, {
	selector: 'div.toggler_over'
	,css: [
		'.sIFR-root { font-size:12px; font-weight: normal; color: #FFFFFF; text-transform: uppercase; cursor: pointer;}'
		,'a { text-decoration: none; }'
		,'a:link { color: #FFFFFF; }'
		,'a:hover { color: #FFFFFF; }'
		]
	,wmode:'transparent'
	});

sIFR.replace(futuraltbt, {
	selector: 'href.meniu1'
	,css: [
		'.sIFR-root { font-size:16px; font-weight: normal; color: #000000; text-transform: uppercase;}'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #FFFFFF; }'
		]
	,wmode:'transparent'
	});


sIFR.replace(futuraltbt, {
	selector: 'href.meniu2'
	,css: [
		'.sIFR-root { font-size:12px; font-weight: normal; color: #000000; text-transform: uppercase;}'
		,'a { text-decoration: none; }'
		,'a:link { color: #000000; }'
		,'a:hover { color: #FFFFFF; }'
		]
	,wmode:'transparent'
	});
