$(document).ready(
	function(){
		$('ul.images_list').innerfade({
			animationtype: 'fade',
			speed: 600,
			timeout: 3000,
			containerheight: '180px'
		});
	}
);
