var gotham = {
  src: 'flash/gotham.swf'
};

var gothambold = {
  src: 'flash/gothambold.swf'
};

sIFR.activate(gotham);

sIFR.replace(gotham, {
  selector: 'h1'
    ,css: {
      '.sIFR-root': { 'color': '#FFFFFF' }
    }
	,transparent: true
	,tuneHeight: '-10'
});

sIFR.replace(gothambold, {
  selector: 'h2' 
    ,css: {
      '.sIFR-root': { 'color': '#8C5F4C' }
    }
	,transparent: true
	,tuneHeight: '-6'
});

sIFR.replace(gothambold, {
  selector: '.header2' 
    ,css: {
      '.sIFR-root': { 'color': '#8C5F4C' }
    }
	,transparent: true
	,tuneHeight: '-8'
});

sIFR.replace(gotham, {
  selector: 'h5' 
	,css: [ 
	'.sIFR-root { color: #FFFFFF; }' ,
	'a { text-decoration: none; }' ,
	'a:link { color: #FFFFFF; text-decoration: none; }' ,
	'a:hover { color: #FFFFFF; text-decoration: underline; }' 
	] 
	,transparent: true
});