.jslider .jslider-bg i,
.jslider .jslider-pointer {
  background: url(../images/jslider.png) no-repeat 0 0;
}
.shortcode_single_slider .jslider-pointer {
  display: none;
}
.shortcode_single_slider .jslider-pointer.jslider-pointer-to {
  display: block;
}
.shortcode_single_slider .jslider .jslider-bg .v {
  border-radius: 6px 0 0px 6px;
  -webkit-border-radius: 6px 0 0px 6px;
  -moz-border-radius: 6px 0 0px 6px;
  behavior: url(js/PIE.htc);
}
.shortcode_single_slider .jslider-pointer {
  background: url(../images/jslider_single_pointer.png) no-repeat 0 0 !important;
  top: -9px !important;
  height: 28px !important;
}
.jslider { 
  display: block;
  width: 100%; 
  height: 1em;
  position: relative; 
  top: 0.6em;
}
.jslider table { 
  width: 100%; 
  border-collapse: collapse; 
  border: 0;
}
.jslider td,
.jslider th { 
  padding: 0; 
  vertical-align: top; 
  text-align: left;
  border: 0;
}
.jslider table,
.jslider table tr,
.jslider table tr td { 
  width: 100%; 
  vertical-align: top; 
}
.jslider .jslider-bg {
  position: relative;
}
.jslider .jslider-bg i {
  height: 10px; 
  position: absolute;
  font-size: 0; 
  top: 0;
}
.jslider .jslider-bg .l { 
  width: 10%; 
  background-position: 0 0; 
  left: 0;
  border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  behavior: url(js/PIE.htc);
}
.jslider .jslider-bg .f {
  width: 80%; 
  left: 10%; 
  background-repeat: repeat-x;
}
.jslider .jslider-bg .r { 
  width: 10%;
  left: 90%; 
  background-position: right 0;
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  behavior: url(js/PIE.htc);
}
.jslider .jslider-bg .v { 
  position: absolute; 
  width: 60%; 
  left: 20%;
  top: 0; 
  height: 10px; 
  background-repeat: repeat-x; 
  background-position: 0 -37px; 
}
.jslider .jslider-pointer { 
  width: 20px; 
  height: 20px; 
  background-position: 0 -57px; 
  position: absolute; 
  left: 20%; 
  top: -4px; 
  margin-left: -6px; 
  cursor: pointer; 
  cursor: hand;
}
.jslider .jslider-pointer-to { 
  left: 80%;
}
.jslider .jslider-label { 
  display: none !important;
}
.jslider .jslider-label-to { 
  left: auto;
  right: 0; 
}
.jslider .jslider-value { 
  font-size: 13px; 
  margin: 0 -6px 0 0; 
  position: absolute;
  top: 17px; 
  left: 20%; 
}
.jslider .jslider-value-to { 
  left: 80%; 
}
.jslider .jslider-label small,
.jslider .jslider-value small { 
  position: relative; 
  top: -0.4em; 
}
.jslider .jslider-scale { 
  position: relative;
  top: 9px;
}
.jslider .jslider-scale span { 
  position: absolute; 
  height: 10px; 
  border-left: 1px solid #999; 
  font-size: 0; 
}
.jslider .jslider-scale ins {
  font-size: 9px; 
  text-decoration: none; 
  position: absolute; 
  left: 0px; 
  top: 5px; 
  color: #434b56; 
}
.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label { 
  display: none;
}