var arialrounded = {
  src: 'arialrounded.swf'
};

sIFR.activate(arialrounded); // From revision 209 and onwards

sIFR.replace(arialrounded, {
	selector: 'h2.rightalign'
	,css: {
		'.sIFR-root': { 'background-color': '#ecffec', 'color': '#666', 'text-align': 'right', 'margin-right': '0'}
	}
	,wmode: 'transparent' 
});



sIFR.replace(arialrounded, {
	selector: 'h2.leftalign'
	,css: {
		'.sIFR-root': { 'background-color': '#ecffec', 'color': '#666',  'text-align': 'left'}
	}
	,wmode: 'transparent' 
});

sIFR.replace(arialrounded, {
	selector: 'h2.imph2'
	,css: {
		'.sIFR-root': { 'background-color': '#ecffec', 'color': '#666',  'text-align': 'left'}
	}
	,wmode: 'transparent' 
});

sIFR.replace(arialrounded, {
	selector: '#imph1'
	,css: {
		'.sIFR-root': { 'background-color': '#ecffec', 'color': '#666',  'text-align': 'left'}
	}
	,wmode: 'transparent' 
});

sIFR.replace(arialrounded, {
 	selector: '#hl'
	,css: {
		'.sIFR-root': { 'background-color': '#ecffec', 'color': '#666', 'text-align': 'right'}
	}
	,wmode: 'transparent' 
});
