#kkpager{
	clear:both;
	color:#999;
	 text-align: center;
	 font-size:14px;
}
#kkpager a{
	float: none;
 	    border: 1px solid #d5d5d5;
    height: 28px;
	line-height:28px;
    padding: 0 9px;
  	display:inline-block;
	cursor: pointer;
	background: #fff;
	text-decoration:none;
	color:#333;
	margin-right:5px;
}

#kkpager span.disabled{
	float: none;
	display: inline-block;
	  padding: 0 9px;
	margin-right: 5px;
  
	border:1px solid #d5d5d5;
	background-color:#FFF;
	color:#DFDFDF;
	line-height:28px;
}
#kkpager span.curr{
	  background: none repeat scroll 0 0 #337ab7;
    color: #fff;
    height: 30px;
	line-height:30px;
    padding: 0 10px;
    z-index: 999;
   
	margin-right:5px;
	display:inline-block;


}
#kkpager a:hover{
	border:1px solid #999; 
	 
	color:#333;
}
#kkpager span.normalsize{
}
#kkpager_gopage_wrap{
	position:relative;
	left:0px;
	top:0px;
}
#kkpager_btn_go {
	width:44px;
	height:26px;
	line-height:26px;
	border:0px;
	overflow:hidden;
	line-height:140%;
	padding:0px;
	margin:0px;
	text-align:center;
	cursor:pointer;
	background-color:#c3c3c3;
	color:#FFF;
	position:absolute;
	left:0px;
	top:-5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:none;
}
#kkpager_btn_go_input{
	width:36px;
	height:22px;
	line-height:12px;
	color:#999;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	border:1px solid #c3c3c3;
	position:relative;
 	left:0px;
	top:0px;
	outline:none;
}

#kkpager_btn_go_input.focus{
	border-color:#c3c3c3;
}

#kkpager .pageBtnWrap{
	float:none;
}
#kkpager .infoTextAndGoPageBtnWrap{
	float:none;
}
#kkpager .spanDot{
	   display: inline-block;
    float: none;
    line-height: 25px;
    margin-right: 5px;
}

#kkpager .currPageNum{
	color:#FD7F4D;
}

#kkpager .infoTextAndGoPageBtnWrap{
	padding-top:5px;
}