#kkpager{
	clear:both;
	color:#999;
	padding:5px 0px 25px 0px;
	font-size:13px;
}
#kkpager a{
	padding: 0 13px;
    height: 34px;
    line-height: 34px!important;
    border: 1px solid #e7e7e7;
    float: left;
    border-radius: 50%;
    font-size: 13px;
    color: #4c4c4c;
    text-align: center;
    margin-right: 16px;
    cursor: pointer;
	text-decoration:none;
	margin-bottom: 10px;
}
#kkpager a:first-child{
	border-radius: 8px!important;
	-moz-border-radius: 8px!important;
	-webkit-border-radius:8px!important;
}
#kkpager a:last-child{
	border-radius: 8px!important;
	-moz-border-radius: 8px!important;
	-webkit-border-radius:8px!important;
}
.firstBtn{
	padding: 0 10px;
}
#kkpager span.disabled{
	height: 34px;
    line-height: 34px!important;
	float: left;
	display: inline;
	padding: 0 13px;
	margin-right: 16px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius:8px;
	border:1px solid #DFDFDF;
	background-color:#FFF;
	color:#DFDFDF;
}
#kkpager span.curr{
	padding: 0 13px;
    height: 34px;
    line-height: 34px!important;
    float: left;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    margin-right: 16px;
    cursor: pointer;
	text-decoration:none;
	color: #fff;
    background: #0077ff;
    border: 1px solid #0077ff;
    margin-bottom: 10px;
}
#kkpager a:hover{
	border:1px solid #0077ff; 
	background-color:#0077ff; 
	color:#fff;
}
#kkpager span.normalsize{
}
#kkpager_gopage_wrap{
	position:relative;
	left:0px;
	top:0px;
}
#kkpager_btn_go {
	width:44px;
	height:18px;
	border:0px;
	overflow:hidden;
	line-height:140%;
	padding:0px;
	margin:0px;
	text-align:center;
	cursor:pointer;
	background-color:#31ACE2;
	color:#FFF;
	position:absolute;
	left:0px;
	top:-2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:none;
}
#kkpager_btn_go_input{
	width:36px;
	height:14px;
	color:#999;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	border:1px solid #DFDFDF;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	left:0px;
	top:0px;
	outline:none;
}

#kkpager_btn_go_input.focus{
	border-color:#31ACE2;
}

#kkpager .pageBtnWrap{
	margin: 0 auto;
    display: block;
    width: 550px;
}
#kkpager .infoTextAndGoPageBtnWrap{
	float:right;
}
#kkpager .spanDot{
	padding: 0 13px;
    height: 34px;
    line-height: 34px!important;
    border: 1px solid #e7e7e7;
    float: left;
    border-radius: 50%;
    font-size: 13px;
    color: #4c4c4c;
    text-align: center;
    margin-right: 16px;
    cursor: pointer;
	text-decoration:none;
}

#kkpager .currPageNum{
	color:#FD7F4D;
}

#kkpager .infoTextAndGoPageBtnWrap{
	padding-top:5px;
}