
var centurygothic = {

	src: 'http://ivd.squarespace.com/storage/cgnew.swf'

	,fitExactly:true

	,tuneWidth:3

	,wmode:'transparent'

};



sIFR.activate(centurygothic);


sIFR.replace( centurygothic, {



	selector: 'h2, h3',

	wmode: 'transparent',

	css: [
	
	'.sIFR-root { color: #D7747A; }'
	
	,'a { text-decoration: none; }'
	
	,'a:link { color: #D7747A; }'
	
	,'a:hover { color: #D7747A; }'
	
	]
});


sIFR.replace( centurygothic, {

	selector: '#active-module-marker',

	wmode: 'transparent',

	css: [
	
	'.sIFR-root { display: none; }'
	
	]
});

