.pbslideshow {
  position: relative;
  z-index: 20;
  color: white;
}

.pbslideshow-main-panels {
  position: relative;
  float: left;
  overflow: hidden;
  width: 630px;
  height: auto;
  background: #151515;
  border: 1px solid #171718;
}

.pbslideshow-main-panels-wrapper {
  position: relative;
  overflow: hidden;
  left: 0;
  line-height: 473px;
  min-height: 473px;
  height: auto;
}

.pbslideshow-panel {
  float: left;
  height: auto;
}
.pbslideshow-panel.active {
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.pbslideshow-panel-content {
  overflow: hidden;
  width: 630px;
  height: auto;
  background: url("../images/stripes.png") repeat 0 0;
  text-align: center;
  line-height: auto;
}
.pbslideshow-panel-content img {
  max-width: 630px !important;
  max-height: 750px;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.pbslideshow-panel-overlay {
  position: absolute;
  top: 0;
  overflow: auto;
  padding-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  width: 298px;
  height: 35%;
  background: url("../images/dark-blue-pattern.jpg");
  -webkit-box-shadow: inset 0px -165px 40px -5px #252f35;
  -moz-box-shadow: inset 0px -165px 40px -5px #252f35;
  box-shadow: inset 0px -165px 40px -5px #252f35;
  word-wrap: break-word;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.pbslideshow-panel-overlay.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  z-index: 10;
}

.pbslideshow-panel-title {
  margin: 0;
  padding: 0;
  color: white;
}

.pbslideshow-panel-description {
  margin: 0;
  padding: 6px 0 0 0;
}

.pbslideshow-thumb-button {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 97.5%;
  border: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.pbslideshow-thumb-button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.pbslideshow-thumb-button .btn {
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  height: 50px;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.pbslideshow-thumb-prev {
  left: 0;
  display: none;
}
.pbslideshow-thumb-prev .btn {
  background: url(../images/prev.png) no-repeat 12px 17px;
}

.pbslideshow-thumb-next {
  right: 0;
}
.pbslideshow-thumb-next .btn {
  background: url(../images/next.png) no-repeat 8px 17px;
}

.pbslideshow-navigation {
  padding: 0;
  width: 628px;
  height: 33px;
  border-bottom: 1px solid #2e3b42;
  border-top: 1px solid #2e3b42;
  border-left: 1px solid #171718;
  background: #252f35;
  text-align: center;
}
.pbslideshow-navigation button {
  width: 105px;
  height: 33px;
  border: 0;
  background: #7e7e7e;
  color: white;
  cursor: pointer;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.pbslideshow-navigation button:hover {
  background: #033f9c;
}
.pbslideshow-navigation .btn {
  width: 7px;
  height: 12px;
  text-shadow: none;
  text-indent: -9999px;
  direction: ltr;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.pbslideshow-navigation .prev {
  float: left;
}
.pbslideshow-navigation .prev .btn {
  margin-right: 5px;
  background: url("../images/prev.png") no-repeat;
}
.pbslideshow-navigation .next {
  float: right;
}
.pbslideshow-navigation .next .btn {
  margin-left: 5px;
  background: url("../images/next.png") no-repeat;
}
.pbslideshow-navigation .btn-text {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.pbslideshow-num-images {
  line-height: 34px;
}

.pbslideshow-sidebar {
  z-index: -1;
  top: 0;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid #171718;
  width: 328px;
  height: 100%;
  background: #252f35;
}

.pbslideshow-thumbs {
  position: relative;
  margin: 0;
  padding: 0;
  width: 630px;
  height: 96px;
  background: url("../images/dark-blue-pattern.jpg");
  -webkit-box-shadow: inset 0px -81px 40px -5px #252f35;
  -moz-box-shadow: inset 0px -81px 40px -5px #252f35;
  box-shadow: inset 0px -81px 40px -5px #252f35;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.pbslideshow-thumbs-wrapper {
  position: absolute;
  top: 25.5px;
  left: 31.5px;
  overflow: hidden;
  width: 567px;
  height: 53px;
}

.pbslideshow-thumbs-wrapper ul {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pbslideshow-thumb-item {
  float: left;
  overflow: hidden;
  margin-right: 6px;
  height: 49px;
  border: none;
  list-style-type: none;
  cursor: pointer;
}
.pbslideshow-thumb-item.active {
  height: 45px;
  border: 2px solid #f2d206;
}
.pbslideshow-thumb-item.active img {
  margin: -2px;
}
.pbslideshow-thumb-item img {
  float: left;
  overflow: hidden;
  width: 89px;
  height: 49px;
  border: none;
}

.pbslideshow-ad {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 328px;
  height: 281px;
}

.pbslideshow-adwrapper {
  position: absolute;
  top: 15.5px;
  left: 14px;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: transparent none;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspVerticalBar *,
.jspHorizontalBar
* {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar
.jspCap {
  float: left;
}

.jspTrack {
  background: transparent;
  position: relative;
}

.jspDrag {
  background: #ddd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar
.jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar
.jspArrow {
  height: 16px;
}

.jspHorizontalBar
.jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

* html .jspCorner {
  margin: 0 -3px 0 0;
}
