#jm-logo-nav #jm-bar-left {
  padding-top: 0px;
  padding-bottom: 13px;
}
#jm-allpage .header-ms .djslider-loader img.prev-button {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 80px;
  height: 80px;
}
#jm-allpage .header-ms .djslider-loader img.next-button {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 80px;
  height: 80px;
}
