
 .pages2
	{
	margin: 10px 0;
	text-align: right;
	}

 .pages2 .page
	{
	display: inline-block;
	margin: 0px 1px;
	width: 38px;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background-color: #a39e9a;
	box-sizing: border-box;
	vertical-align: middle;

	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	}

 .pages2 .page.active
	{
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #707070;
	}

 .pages2 a.page:not(.active):hover
	{
	background-color: #e30613;
	}

 .pages2 .page.prev
	{
	background: url('images/prev.png') center center no-repeat;
	background-size: 8px auto;
	background-color: #222222;
	}

 .pages2 .page.next
	{
	background: url('images/next.png') center center no-repeat;
	background-size: 8px auto;
	background-color: #222222;
	}

 .pages2 .page-numbers
	{
	margin: 0 25px;
	}

 .pages2 .page-n
	{
	font-size: 14px;
	}


@media (max-width: 950px) 
 {
 .pages2 .page
	{
	width: 32px;
	height: 30px;
	line-height: 30px;
	}

 .pages2 .page-numbers
	{
	margin-left: 0;
	margin-right: 10px;
	}

 .pages2 .page-n
	{
	display: none;
	}
 }