//$(function() {
//	var zIndexNumber = 1000;
//	$('li').each(function() {
//		$(this).css('zIndex', zIndexNumber);
//		zIndexNumber -= 10;
//	});
//});
