#kkpager{
	margin: 30px auto;
  overflow: hidden;
  width:100%;
  text-align:center;
}
#kkpager a{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 9px;
    margin: 0 3px;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #555555;
    font: 12px/14px arial, 'microsoft yahei', 'simsun', sans-serif;
}

#kkpager span.disabled{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 9px;
    margin: 0 3px;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #dfdfdf;
    font: 12px/14px arial, 'microsoft yahei', 'simsun', sans-serif;
}
#kkpager span.curr{
	display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 5px 9px;
    margin: 0 3px;
    border: 1px solid #2bb37e;
    background: #01b7e6;
    color: #ffffff;
    font: 12px/14px 'simsun', arial, sans-serif;
}
#kkpager a:hover{
	border: 1px solid #2bb37e;
    background: #01b7e6;
    color: #fff;
    text-decoration: none;
}
#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{
	float:center;
}
#kkpager .infoTextAndGoPageBtnWrap{
	float:right;
}
#kkpager .spanDot{
	margin-right:5px;
}

#kkpager .currPageNum{
	color:#FD7F4D;
}

#kkpager .infoTextAndGoPageBtnWrap{
	padding-top:5px;
}