#pagination  {
	width: 100%;
	height: auto;
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
	font-size: 14px;
	border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(top left, #00b6cf 0%, #FFF 35%);
    -webkit-border-image: -webkit-linear-gradient(top left, #00b6cf 0%, #FFF 35%);
    border-image: linear-gradient(to top right, #00b6cf 0%, #FFF 35%);
    border-image-slice: 1;
}

#pagination_title  {
	width: 100%;
	height: auto;
	margin-bottom: 6px;
	color: #4b4b4b;
}

.pgebtn  {
	width: auto;
	height: auto;
	float: left;
	cursor: pointer;
	color: #4b4b4b;
	text-align: center;
	padding: 12px 16px;
	border-radius: 4px;
}

.pgebtn:hover, .pgeactive  {
	background-color: #00b6cf !important;
	color: #FFF !important;
	font-weight: 700 !important;
}