/*******************************/

.pagination{
	text-align: center;
	width: 100%;
}
.pagination .current,
.pagination .other-page,
.pagination b,
.pagination .last-page,
.pagination .first-page,
.pagination .pre-page
{
	display: none;
}
.pagination .next-page
{
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    color: #333333;
    display: inline-block;
    font-family: opensans;
    font-size: 15px;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 10px;
}
