var talent = {

  src: 'http://www.waterfallsestate.co.uk/sifrwaterfalls.swf'

};





sIFR.activate(talent); // From revision 209 and onwards



   sIFR.replace(talent, {

    selector: '#titleHome'

	    ,css: [

      '.sIFR-root { color:#4F91CD; leading: 0;}'

	  	 ,'a { text-decoration: none }'

      ,'a:link { color: #4F91CD }'

      ,'a:hover { color: #4F91CD }'

    ]

	,wmode: 'transparent'

  });

     

  sIFR.replace(talent, {

    selector: '.btitle'

	    ,css: [

      '.sIFR-root { color: #4F91CD; leading: 0;}'

	  	 ,'a { text-decoration: none }'

      ,'a:link { color: #4F91CD }'

      ,'a:hover { color: #4F91CD }'

    ]

	,wmode: 'transparent'

  });

  

  sIFR.replace(talent, {

    selector: '#footer'

	    ,css: [

      '.sIFR-root { color: #4F91CD; leading: 5; leading:0;}'

	  	 ,'a { text-decoration: none }'

      ,'a:link { color: #FFFFFF }'

      ,'a:hover { color: #4F91CD }'

    ]

	,wmode: 'transparent'

  });
