.pagination {
            font-size:12px;
            float: right;
            margin-right:20px;
        }
        
.pagination a {
    text-decoration: none;
	border: solid 1px #ddd;
	color: #111;
	font-weight:300;
	text-shadow:none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    color: #fff;
    border:1px solid #1f639f;
	background-color:#68bee2;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#68bee2),to(#1f639f));
	background-image:-webkit-linear-gradient(top,#68bee2,#1f639f);
	background-image:-moz-linear-gradient(top,#68bee2,#1f639f);
	text-shadow:1px 1px 1px #000;
	font-weight:700;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.pagination .current.prev, .pagination .current.next{
	color:#ddd;
	border-color:#ddd;
	background:#fff;
	font-weight:300;
	text-shadow:none;
}
