// -------------------------------------------------  sIFR config -------------------------------------------

var brighton = {src: 'http://www.brandycarrnurseries.co.uk/scripts/Brighton.swf'};
sIFR.activate(brighton);

sIFR.replace(brighton, {
  selector: '#logo h1'
  ,wmode: 'transparent'
  ,filters: { Bevel: {knockout: false, blurY: 2, blurX: 2, strength: 2, shadowAlpha: .8, highlightAlpha: .5, distance: 1}
  ,Glow: {knockout: false, blurY: 15, blurX: 15, strength: 3, Alpha: .6, color: '#ffffff', quality: 5} }
  ,css: [
	'.sIFR-root { text-align: center; color: #398c54 }'
	,'a { text-decoration: none }'
	,'a:link { color: #398c54 }'
	,'a:hover { color: #000000 }'
	,'a:active { color: #be9282 }'
	]
});

sIFR.replace(brighton, {
selector: '#logo h3'
,css: {'.sIFR-root': { 'text-align': 'center', 'color': '#d75061' }}
,wmode: 'transparent'
});

sIFR.replace(brighton, {
selector: '#header h4'
,css: {'.sIFR-root': { 'text-align': 'center', 'color': '#d75061' }}
,wmode: 'transparent'
});

sIFR.replace(brighton, {
selector: '#mainContent h2'
,css: {'.sIFR-root': { 'text-align': 'center', 'color': '#d75061' }}
});

sIFR.replace(brighton, {
selector: '#mainContent h4'
,fitExactly: true
,css: {'.sIFR-root': { 'text-align': 'left', 'color': '#398c54', 'leading': '-10' }}
,wmode: 'transparent'
});

