var gotham_light = {
  src: BASE_URL + 'skin/swf/gotham-light.swf'
};

sIFR.activate(gotham_light);

var cssH1 = {
	'.sIFR-root' : { 
		'color': '#034c9e'
		, 'text-transform': 'uppercase'	
	}
}

cssH2 = {
	'.sIFR-root' : { 
		'color': '#034c9e'
		, 'text-transform': 'uppercase'	
	}
	,'a' : { 
		'color': '#034c9e'
		, 'text-decoration': 'none'	
	}
	,'a:hover' : { 
		'color': '#034c9e'
		, 'text-decoration': 'underline'	
	}		
}


sIFR.replace(gotham_light, {
	selector: 'h1'
	, css: cssH1
	, offsetTop: -3
	, tuneHeight: -8
	, thickness: 30
	, wmode: 'transparent'
});

sIFR.replace(gotham_light, {
	selector: '#branches h2'
	, css: cssH2
	, offsetTop: 0
	, tuneHeight: -2
});