@charset "utf-8";
/* CSS Document */


.clearboth { clear:both; display:block; height:0;font-size:0; overflow:hidden;}


.pagelink{
	/*float:right;*/
	/*width:90%;*/
	height:45px;
	margin: 0;
	margin-top:25px;
	margin-bottom:5px;
	padding:0px;
	text-align:center;
}
.pagelink a, .pagelink span{
    width:45px;
    height:45px;
    border:1px solid #808080;
    border-radius:50%;
    display:inline-block;
    text-align:center;
    line-height:45px;
    color:#808080;
    background:#ffffff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
	margin-right:15px;
}
.pagelink a.on, .pagelink a:hover{ 
    color:#ffffff;
    background:#212224;
    border-color:#212224;
	text-decoration:none;	
}





