#kkpager {
  clear: both;
  padding: 5px 0px 5px 0px;
	margin-top: 54px;
}
#kkpager a {
  float: left;
  display: inline;
  padding: 3px 9px 3px 9px;
  margin-right: 14px;
  cursor: pointer;
  background: #f3f3f3;
  text-decoration: none;
}

#kkpager span.disabled {
  float: left;
  display: inline;
  padding: 3px 9px 3px 9px;
  margin-right: 14px;
  background-color: #f3f3f3;
  color: #aaa;
}
#kkpager span.curr {
  float: left;
  display: inline;
  padding: 3px 9px 3px 9px;
  margin-right: 14px;
  background: #000;
  color: #fff;
}
#kkpager a:hover {
  background-color: #000;
  color: #fff;
}
#kkpager span.normalsize {
}
#kkpager_gopage_wrap {
  position: relative;
  left: 0px;
  top: 0px;
}
#kkpager_btn_go {
  width: 44px;
  height: 24px;
  border: 0px;
  overflow: hidden;
  line-height: 140%;
  padding: 0px;
  margin-left: 5px;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  color: #fff;
  position: absolute;
  left: 0px;
  *top: 2px;
  display: none;
}
#kkpager_btn_go_input {
  width: 36px;
  height: 21px;
  color: #666;
  text-align: center;
  margin: 0 5px;
  border: 1px solid #dfdfdf;
  position: relative;
  left: 0px;
  top: 0px;
  *top: 2px;
  outline: none;
}

#kkpager_btn_go_input.focus {
  border-color: #000;
}

#kkpager .pageBtnWrap {
  float: left;
  _display: inline;
  position: relative;
}

#kkpager .infoTextAndGoPageBtnWrap {
  float: left;
  _display: inline;
  position: relative;
	line-height: 25px;
	margin-left: 10px;
}
#kkpager .spanDot {
  float: left;
  _display: inline;
  margin-right: 14px;
}

#kkpager .currPageNum {
  color: #000;
}

#kkpager .goPageBox {
  margin-left: 20px;
}
