.node-type-print_cover .cover-pager,
.node-type-print_cover .cover-content {
  float: left;
}

.node-type-print_cover .cover-prev-button {
  text-align: right;
}

.node-type-print_cover .cover-button a {
  background: url("../images/prev_next_btn_sprite-wh.png") no-repeat scroll -33px 0 transparent;
  display: block !important;
  font-size: 0px;
  overflow: hidden;
  text-indent: -10000px;
  width: 40px;
  height: 50px;
}

.node-type-print_cover .cover-prev-button a {
  background: url("../images/prev_next_btn_sprite-wh.png") no-repeat scroll 7px 0 transparent;
}

.node-type-print_cover .cover-prev {
  padding-left: 213px;
  width: 52px;
}

.node-type-print_cover .cover-next {
  width: 265px;
}

/** prev_next_btn.png **/
.node-type-print_cover .cover-pager a {
  display: block;
}

.node-type-print_cover .cover-content {
  padding: 0px;
  margin: 0 15px 15px 15px;
}

.node-type-print_cover .cover-interactions,
.node-type-print_cover .cover-index {
  height: 250px;
}

.node-type-print_cover .cover-interactions span {
  display: block;
}

.node-type-print_cover .cover-interactions ul,
.node-type-print_cover .cover-interactions ul li {
  list-style: none;
  margin: 10px 0px;
}

.node-type-print_cover .cover-interactions .issue-title {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 8px;
}

.node-type-print_cover .cover-interactions .issue-link {
  font-weight: bold;
  padding-bottom: 20px;
}

.node-type-print_cover .cover-interactions .issue-title a,
.node-type-print_cover .cover-index .gallery-link a {
  font-size: 10px;
  font-weight: bold;
}

.node-type-print_cover .cover-index .gallery-link a {
  background: url("../images/gallery_icon_wh.png") no-repeat scroll 100% 0 transparent;
  padding-top: 40px;
}

