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: 900,
				timeout: 3000,
				type: 'sequence',
				containerheight: '286px'
			});
		}
);
// End of jQuery no Conflict


