var proxima = {
	src: 'http://www.stadiumentertainment.net/sifr/proxima.swf',
};

sIFR.activate(proxima);
sIFR.replace(proxima, {
	selector: 'h1',
	css: [
		'.sIFR-root { font-size: 30px; font-weight: normal; color: #FFFFFF}'
		],
	wmode: 'transparent',
	tuneHeight: -10,
	offsetTop: -4,
	filters: {
	  DropShadow: {
		knockout: true
		,distance: .5
		,color: '#000000'
		,strength: 1
		,alpha: .75
		,knockout: false
	  }
	}
});

sIFR.activate(proxima);
sIFR.replace(proxima, {
	selector: 'h2',
	css: [
		'.sIFR-root { font-size: 24px; font-weight: normal; color: #880A12}'
		],
	wmode: 'transparent',
	tuneHeight: -10,
	offsetTop: -4
});

sIFR.activate(proxima);
sIFR.replace(proxima, {
	selector: 'h3',
	css: [
		'.sIFR-root { font-size: 35px; font-weight: normal; color: #880A12}'
		],
	wmode: 'transparent',
	tuneHeight: -10,
	offsetTop: -4
});

sIFR.activate(proxima);
sIFR.replace(proxima, {
	selector: '.feature_excerpt h4',
	css: [
		'.sIFR-root { font-size: 23px; font-weight: bold; color: #FFFFFF}'
		],
	wmode: 'transparent',
	tuneHeight: -11,
	offsetTop: -4
});

sIFR.activate(proxima);
sIFR.replace(proxima, {
	selector: '.nav-music h5',
	css: [
		'.sIFR-root { font-size: 16px; font-weight: bold; color: #FFFFFF}'
		],
	wmode: 'transparent',
	tuneHeight: -11,
	offsetTop: -4
});
