sIFR.useStyleCheck = true;
sIFR.activate(bradley);
sIFR.replace(bradley, {
	  selector: 'span.ei_h1'
		,transparent: true
		,forceWidth: true
		,forceClear: true
		,selectable: false
		,css: {
      '.sIFR-root' : { 
					'text-align': 'center',
					'color': '#FFFF66',
					'font-weight' : 'bold',
					'font-style' : 'italic',
					'font-size' : '40px',
					'background': 'transparent' 
					}
			}
		,filters: {
			DropShadow: {
		          knockout: false
		          ,distance: 10
		          ,color: '#000'
		          ,strength: 1
			}
    }
});
