var james = {
  src: 'swf/james.swf'
};

sIFR.activate(james);

sIFR.replace(james, {
	selector:'h1',
	 wmode: 'transparent',
	fixFocus:'true',
	css:'.sIFR-root { background-color:none; color:#5a5044; text-align:left; margin-left:0px; margin-bottom:30px; line-height:1.1em; font-weight:normal; height:1.1em }'
});

sIFR.replace(james, {
	selector:'.specialTitle',
	 wmode: 'transparent',
	fixFocus:'true',
	css:'.sIFR-root { background-color:none; color:#5a5044; text-align:left; margin:0 0 20px 0; font-weight:normal }'
});

sIFR.replace(james, {
	selector:'.specialTitleNew',
	 wmode: 'transparent',
	fixFocus:'true',
	css:'.sIFR-root { background-color:none; color:#5a5044; text-align:center; margin:0 0 20px 0; font-weight:normal }'
});

sIFR.replace(james, {
	selector:'h2',
	 wmode: 'transparent',
	fixFocus:'true',
	css:'.sIFR-root { background-color:none; color:#5a5044; text-align:left; margin-left:0px; margin-bottom:0px; line-height:1.1em; font-weight:normal; height:1.1em }'
});

sIFR.replace(james, {
	selector:'h3',
	 wmode: 'transparent',
	fixFocus:'true',
	css:'.sIFR-root { background-color:#003366; color:#5a5044; text-align:left; margin-left:0px; margin-bottom:0px; line-height:1.1em; font-weight:normal; height:1.1em }'
});
