.flex-container a:hover, .flex-slider a:hover {
  outline: none;
}

.slides {
/*  margin-right: 5px;*/
  padding: 0;
  list-style: none;
}
.slides > li {
  margin-right: 5px;
  padding: 0;
  list-style: none;
}

.flex-control-nav, .flex-direction-nav {
  margin-right: 5px;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 1000px;
  display: block;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
/*
  margin-top: 5px;
  border: 4px solid #fff;
*/
  background: none;
  position: relative;
  z-index: 100;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
/*  max-height: 1000px;
  max-width: 850px;*/
  margin: 0 auto;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/*
.flex-viewport:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: -6px;
  width: 4%;
  height: 100%;
  z-index: 3;
  background: -webkit-gradient(linear, left center, right center, from(white), color-stop(10%, #fff), to(rgba(24, 24, 24, 0)));
  background: -moz-linear-gradient(left, white, rgba(24, 24, 24, 0));
}
.flex-viewport:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: -6px;
  width: 4%;
  height: 100%;
  z-index: 3;
  background: -webkit-gradient(linear, right center, left center, from(white), color-stop(10%, #fff), to(rgba(24, 24, 24, 0)));
  background: -moz-linear-gradient(right, white, rgba(24, 24, 24, 0));
}
*/

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

/*.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}*/
/*
.flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
  background-image: url(../images/system/battle/btn_left.png);
  background-size: 81px 88px;
  text-indent: 100%;
  background-color: aqua;
}
.flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
  background-image: url(../images/system/battle/btn_right.png);
  background-size: 81px 88px;
  text-indent: 100%;
  white-space: nowrap;
  background-color: aqua;
}
*/
/*
@media screen and (min-width: 641px) {
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
*/


/*
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
  left: 10px;
  background-image: url(../images/cardlist/parts/btn_left_on_s.png);
  background-size: 50px 50px;
  text-indent: 100%;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
  right: 10px;
  background-image: url(../images/cardlist/parts/btn_right_on_s.png);
  background-size: 50px 50px;
  text-indent: 100%;
  white-space: nowrap;
}
*/

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-control-nav {
  display: none;
/*
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
*/
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/*@media screen and (max-width: 640px) {*/
  .flex-viewport {
    max-width: 829px;
  }

  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: auto;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 5px;
    background-image: url(../images/system/battle/btn_left.png) ;
    background-size: contain;
    width: 81px;
    height: 88px;
    text-indent: 100%;
    overflow: hidden;
    position: absolute;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 5px;
    background-image: url(../images/system/battle/btn_right.png);
    background-size: contain;
    width: 81px;
    height: 88px;
    padding-top: 8%;
    text-indent: 100%;
    overflow: hidden;
    position: absolute;
  }

/*
  .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
    left: 5px;
    background: url(../images/cardlist/parts/btn_left_on_s.png) no-repeat left;
    background-size: contain;
    text-indent: 100%;
  }
*/
/*
  .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
    right: 5px;
    background: url(../images/cardlist/parts/btn_right_on_s.png) no-repeat right;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
}
*/
/*  }*/
