 
.content-list-paging .button{
	padding:2px 5px;
}
.content-list-paging .button img.prev-arrow {
	border-right-color:#fff !important;
	border-width:5px 5px 5px 0 !important;
}
.content-list-paging .button img.next-arrow {
	border-left-color:#fff !important;
	border-width:5px 0 5px 5px !important;
}

.content-list-paging .button.active{
	color:#000;
	font-weight:bold;
	cursor:default;
}
.content-list-paging .button.img {
	padding-right:0;
}
.content-list-paging .button .next-arrow {
	margin-left:4px;
}
.content-list-paging .button img{
	height:0;
	width:0;
	padding:0;
}
div.content-list-paging{
	text-align:center;
}

.prev-arrow {
  border-right-color:#999999 !important;
  border-width:5px 5px 5px 0 !important;
}
.next-arrow {
  border-left-color:#999999 !important;
  border-width:5px 0 5px 5px !important;
}

.next-arrow, .prev-arrow {
border:1px solid transparent;
height:0;
vertical-align:middle;
width:0;
}