.pagination {
	margin-top : 60px;
	display : block;
	border-top : 1px solid @grey-light;
	text-align : center;
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	position : relative;

	.totop {
		width : 40px;
		height : 40px;
		position : absolute;
		right : 0;
		top : -1px;
		border : 1px solid @grey-light;
		border-bottom-left-radius : 5px;
		border-bottom-right-radius : 5px;
		background : url(../biomed/img/new-version/pagination/arrow.png) no-repeat center;
	}

	.display-all {
	  position: absolute;
	  right: 60px;
	  top:15px;
	  font-family: Arial, Helvetica, sans-serif;
		font-size : 14px;
		color : #a8a8a9;
		&:hover {color : @red;}
	}

	&-container {
		display : inline-block;
		margin-top : -1px;
	}

	&-prev {

	}

	&-next {

	}

	&-item {
		display : inline-block;
		width : 35px;
		text-align : center;
		font-family: Arial, Helvetica, sans-serif;
		font-size : 14px;
		color : #a8a8a9;
		float : left;
		padding-top : 20px;

		&.current {
			border-top : 1px solid @red;

			.pagination-item-link {
				color : @red;
			}

		}

	}

	&-item-link {
		text-decoration : none;
		color : #a8a8a9;
	}


}