
.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: rgba(0, 0, 0, 0.2) url(../images/left-a.png) no-repeat 10px 0;
  width: 40px;
  height: 45px;
  left: 0px !important;
}

.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: rgba(0, 0, 0, 0.2) url(../images/right-a.png) no-repeat 10px 0;
  width: 40px;
  height: 45px;
  right: 0 !important;
}


.tp-bullets.tp-thumbs {
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  margin-top: -50px;
  vertical-align: top;
  display: none;
}
