.pagination {
            font-size: 80%;
        }
        
.pagination a {
    text-decoration: none;
	border: solid 1px #70021e;
	color: #e22929;
	background-color: #fff;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    background: #e22929;
    color: #fff;
	border: solid 1px #70021e;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}

.pagination .pageselect{
	width: 30px;
	height: 25px;
	outline: none;
	border: solid 1px #999;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	padding:0 !important;
}

.pageselect_ie{
	height: 24px !important;
	line-height: 24px !important;
	*height: 22px !important;
	*line-height: 22px !important;
}

