var georgia = {
  src: '../swf/georgia.swf'
};

sIFR.activate(georgia);

sIFR.replace(georgia, {
	selector: 'h1.title'
	, wmode: 'transparent'
	,css: {
	  '.sIFR-root': { 'color': '#666152', 'font-size': '18px', 'line-height': '30px', 'padding-bottom': -5 }
	}
});

sIFR.replace(georgia, {
	selector: 'h2.title'
	, wmode: 'transparent'
	,css: {
	  '.sIFR-root': { 'color': '#666152', 'font-size': '14px', 'line-height': '30px', 'padding-bottom': -5 }
	}
});