#pages {
	clear: both;
	text-align: center;
	margin: 0;
	padding: 0;
}
#pages li {
	display:inline-block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	
	
}

.page a{ display: block;
	padding: 4px 9px;
	border: 1px solid #323131;
	text-decoration: none;
	 color:#ffffff;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,111111+100 */
background: #666666; /* Old browsers */
background: -moz-linear-gradient(top,  #666666 0%, #111111 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #666666 0%,#111111 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #666666 0%,#111111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#111111',GradientType=0 ); /* IE6-9 */

}
.page a:hover{
	background: #0290ef;
background: -moz-linear-gradient(top,  #0290ef 0%, #014eb2 100%);
background: -webkit-linear-gradient(top,  #0290ef 0%,#014eb2 100%);
background: linear-gradient(to bottom,  #0290ef 0%,#014eb2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0290ef', endColorstr='#014eb2',GradientType=0 );

border: 1px solid #013676;
}
.page span{
	font-size: 1.2em;
	position: relative;
	top:2px;
}
.current{
	padding: 4px 9px;
	color:#fff;
	border-radius: 3px;
	background: #0290ef;
background: -moz-linear-gradient(top,  #0290ef 0%, #014eb2 100%);
background: -webkit-linear-gradient(top,  #0290ef 0%,#014eb2 100%);
background: linear-gradient(to bottom,  #0290ef 0%,#014eb2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0290ef', endColorstr='#014eb2',GradientType=0 );

border: 1px solid #013676;

}
