.nav-tabs {
  margin: 20px 0 0;
}
.nav-tabs .active {
  padding: 5px 5px 0 5px;
}
.nav-tabs .active a {
  cursor: pointer !important;
  color: #00ABE9 !important;
}
.popular_books {
  width: 620px;
  margin: 0;
}
.popular_books .books>a {
  display: inline-block;
  position: relative;
  width: 95px;
  height: 134px;
  overflow: hidden;
  margin-right: 5px;
  margin-bottom: 3px;
  border: 1px solid #CCC;
}
.popular_books .books img {
  width: 95px;
  vertical-align: top;
  margin-bottom: 15px;
}
.popular_books .libinfo{
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height:24px;
  margin:12px auto 4px;
  font-size:80%;
  line-height:24px;
  text-align:center;
}
.popular_books .libinfo span {
}
.popular_books .libinfo span, .popular_books .libinfo a{
  display:block;
  opacity: 0.9;
  border-radius: 0px !important;
}
.popular_books .libinfo img.runner {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 7px;
  left: 0;
  border: none;
  opacity: 0.8;
}
