jQuery.noConflict();
// jQuery noConflict is important as the buying/renting switcher is reliant on Prototype and script.aculo.us

jQuery(document).ready(
		function(){
			// Slideshow Function
			jQuery('#slideShowContent').innerfade({
				animationtype: 'fade',
				speed: 1200,
				timeout: 7000,
				type: 'sequence',
				containerheight: '100%'
			});
			jQuery('#testimonials').innerfade({
				animationtype: 'fade',
				speed: 750,
				timeout: 6000,
				type: 'random',
				containerheight: '100%'
			});
		}
);
// End of Slideshow function