.pagination {
            font-size: 80%;
            width: 550px;
            margin: 40px auto;
        }
.pagination:after{
	content: "\0020";
    display: block;
    height: 0;
    clear: both;
}        
.pagination a {
    text-decoration: none;
	border: solid 1px #BFBFBF;
	color: #666;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
	min-width:1em;
	text-align:center;
}

.pagination .current {
    background: #FD6A88;
    color: #fff;
	border: solid 1px #FD6A88;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}
.pagination span.current:first-child {
	background:#e3dfdf;
}
.pagination span.current:last-child {
	background:#e3dfdf;
}
