.tmz-infinipager {
  margin-bottom: 36px;
  min-height: 62px;
  clear: both;
}

.tmz-infinipager div {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.tmz-infinipager p {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -o-user-select: text;
  user-select: text;
}

.tmz-infinipager > .next-gradient {
  position:absolute;
  background: transparent url(../images/infinipager/infinipager-gradient-bottom.png) repeat-x 0 0;
  width: 998px;
  height: 62px;
  bottom: -6px;
}
  
.tmz-infinipager > .next-tab {
  position:absolute;
  background: transparent url(../images/infinipager/infinipager-next-tab.png) no-repeat 0 0;
  cursor: pointer;
  width: 152px;
  height: 42px;
  left: 409px;
  bottom: -36px;
}

.tmz-infinipager > .next-tab:hover {
  background: transparent url(../images/infinipager/infinipager-next-tab-hover.png) no-repeat 0 0;
}

.tmz-infinipager > .next-tab > .label {
  margin: 10px 2px 0 5px;
  text-align: center;
  color: white;
  -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;
}


