$(document).ready(
				function(){
			$('ul#images').innerfade({
						speed: 1000,
						timeout: 7000,
						type: 'sequence',
						containerheight: '192px'
				
					});
			});
