var futurabco = { src: 'http://webdev01.redbull.com/flash/sifr/fubco.swf' };

sIFR.activate(futurabco);

sIFR.replace(futurabco, {
	selector: '#skin-main-nav li',
	css: [
	'.sIFR-root { text-transform : uppercase; }',
	'a { color: #FFFFFF; text-decoration: none; }',
	'a:hover { color: #000000; text-decoration: none; }',
	'a:active { color: #000000; text-decoration: none; }'
	],
	wmode: 'transparent'
});

sIFR.replace(futurabco, {
	selector: '#event-competition h3 span, #video h3 span, #article h3 span, #image-information h3 span, #image #related-content h3 span, #image #comments h3, #actions-module h4, #featured-content .featured-video-item h3, #secondary-content .articles-content h3, #howitworksinner h4, #nittyinner h4, #highlights h4, #particinner h4, #backgroundbox h4, .event-content h3, .photo-content h3, .video-content h3, #audio #comments h3, #audio #main-content h2, #audio-information h3 span, #finalistsinner h4',
	css: [
	'.sIFR-root { color: #FFFFFF; text-transform: uppercase }',
	'a { color: #FFFFFF; text-decoration: none; }',
	'a:hover { color: #FFFFFF; text-decoration: none; }'
	],
	selectable: false,
	wmode : 'transparent'
});

sIFR.replace(futurabco, {
	selector: 'h4.greytitle',
	css: [
	'.sIFR-root { color: #000000; text-transform: uppercase }',
	'a { color: #000000; text-decoration: none; }',
	'a:hover { color: #000000; text-decoration: none; }'
	],
	selectable: false,
	wmode : 'transparent'
});

$(document).ready(function() {
	$("#related-content-all div:first").css("border-top", "none");
	$(".articles-content div:last").css("border-bottom", "none");
	$("#container li:gt(3)").hide();
	$("#container").show();
});
