@import url(prev-next-mark.css);
#navi-bar { 
	background:linear-gradient(0deg, silver, #e5e5e5, #f5f5f5);	 margin:0 auto; padding:0; position:fixed; top:0; width: 100%; height: 27px; z-index: 1; max-width: 1250px; white-space: nowrap; }	 .navibar-item { font-size: 10px; height: 22px; padding-right: 16px; line-height:25px  ; padding-left: 15px; 
display: inline-block; 
position: relative;}

.navibar-item:after { /* 右三角 */
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0px 4px 6px; /* t, r, b, l */
  border-color: transparent transparent transparent black;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -3px;
}
.prev-next-item { background-color: white; text-align: right; margin: 0; padding: 5px 20px 5px 0; }
.prev-next-item a, .prev-next-item a:visited { color: gray; text-decoration: none; }
.prev-next-item a:hover { color: black; text-decoration: none; }
.previous a {
	line-height: 16px; 	white-space: nowrap; overflow: hidden; margin: 0; 
	padding: 0 0.5em 0 20px; /* t, r, b, l */
	text-overflow: ellipsis;	display: inline-block; 
	position: relative;
}

.next a {
	line-height: 16px; 	text-align: right; white-space: nowrap; overflow: hidden; margin: 0; 
	padding: 0 20px 0 0.5em; /* t, r, b, l */	text-overflow: ellipsis;
	display: inline-block; 
	position: relative;
}
