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

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

.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;
}


