$(document).ready(
	function(){
		$('ul#right_1').innerfade({
			speed: 1000,
			timeout: 2000,
			type: 'sequence',
			containerheight: '65px'
		});
});


