Cufon.replace('h2', { fontFamily: 'HelveticaBold', color: '#4d917a', textShadow: '#ddccdc 1px 1px' });
Cufon.replace('h3', { fontFamily: 'HelveticaBold', color: '#4d917a', textShadow: '#ddccdc 1px 1px' });
Cufon.replace('h4', { fontFamily: 'HelveticaBold', color: '#25624d', textShadow: '#ddccdc 1px 1px' });
Cufon.replace('#footer h3', { fontFamily: 'HelveticaLight', color: '#000000', textShadow: '#ffffff 1px 1px' });
Cufon.replace( '#side-navigation a', { fontFamily: 'HelveticaBold', color: '#4d917a', textShadow: '#000000 1px 1px', hover: { textShadow: '#ffffff 1px 1px' }});
$( document ).ready( function( ){
	$( '#slideshow-home' ).coinslider({ spw: 5, sph:3, width: 605, navigation: true, height: 288, links: true, delay: 5000, sDelay: 50 });
	$( '#slideshow-interior' ).coinslider({ spw: 5, spw:3, width: 605, navigation: true, height: 220, links: true, delay: 5000, sDelay: 50 });
});

