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('#slideShow').innerfade({
				animationtype: 'fade',
				speed: 1200,
				timeout: 3000,
				type: 'sequence',
				containerheight: '442px'
			});
		}

);
// End of jQuery no Conflict


