  $(document).ready(
				function(){
					$('ul#prop_images').innerfade({
						speed: 'slow',
						timeout: 5000,
						type: 'sequence',
						containerheight: '300px'
					});

			});
