	$(document).ready(
				function(){
				$("#rotate li").show();
					$('#rotate').innerfade({
						animationtype: 'fade',
						speed: 1350,
						timeout: 4000,
						type: 'random_start',
						containerheight: '345px'
					});	}				
)

