.pagination {
		color:#fff;
    }
        
.pagination a {
    text-decoration: none;
	color:#fff;
	border:0;
	
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding:0;
    margin:0;
	width:50px;
	height:50px;
	text-indent:-9999px;
	outline:0;
}
.pagination a:hover{
	border:0 !important;
	padding: 0;
}

.pagination .current {
	background-position:center -50px !important;
}

.pagination span.current {
	color:#1B223E;
}

.pagination .prev{
	background:url('../images/news_left.png') no-repeat center 0;
}
.pagination  a.prev:hover{
	background:url('../images/news_left.png') no-repeat center -50px;
}
.pagination .next{
	background:url('../images/news_right.png') no-repeat center 0;
}
.pagination  a.next:hover{
	background:url('../images/news_right.png') no-repeat center -50px;
}

.pagination  .n1{ background:url('../images/news_1.png') no-repeat center 0;}
.pagination  .n1:hover{ background-position:center -50px;}

.pagination  .n2{ background:url('../images/news_2.png') no-repeat center 0;}
.pagination  .n2:hover{ background-position:center -50px;}

.pagination  .n3{ background:url('../images/news_3.png') no-repeat center 0;}
.pagination  .n3:hover{ background-position:center -50px;}

.pagination  .n4{ background:url('../images/news_4.png') no-repeat center 0;}
.pagination  .n4:hover{ background-position:center -50px;}

.pagination  .n5{ background:url('../images/news_5.png') no-repeat center 0;}
.pagination  .n5:hover{ background-position:center -50px;}

.pagination  .n6{ background:url('../images/news_6.png') no-repeat center 0;}
.pagination  .n6:hover{ background-position:center -50px;}

.pagination  .n7{ background:url('../images/news_7.png') no-repeat center 0;}
.pagination  .n7:hover{ background-position:center -50px;}
