.pagination { font-size: 12px;}
.pagination a {
    text-decoration: none;
	color: #f4f4f4;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}
.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.4em 0.7em;
    margin-right: 6px;
	margin-bottom: 5px;
	background: #000;
}
.pagination .current {
    background: #EEEEEE;
    color: #000;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}
.pagination .current.prev, .pagination .current.next{
	color:#666;
	border-color:#999;
	background:#000;
}
