﻿
.wideslider {
  width: 100%;
  height: 429px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.wideslider ul {
  display: inline-block;
  float: left;
  display: inline;
  overflow: hidden;
  position: relative;
}
.wideslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
.wideslider ul li {
  float: left;
  display: inline;
  overflow: hidden;
  position: relative;
}
.wideslider ul li span {
  position: absolute;
  background: #c9171e;
  padding: 20px 20px 20px;
  width: 940px;
  bottom: 0;
  color: #FFF;
  font-size: 16px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 1;
  display: none;
  text-align: left;
}
.wideslider .wideslider_base {
  top: 0;
  position: absolute;
}
.wideslider .wideslider_base .wideslider_wrap {
  top: 0;
  position: absolute;
  overflow: hidden;
}
.wideslider .wideslider_base .slider_prev {
  position: absolute;
  background: #000 url("../images/toparrow_from_right.png") no-repeat right center;
  top: 0;
  overflow: hidden;
  z-index: 100;
  cursor: pointer;
}
.wideslider .wideslider_base .slider_prev span {
  display: none;
}
.wideslider .wideslider_base .slider_next {
  position: absolute;
  background: #000 url("../images/toparrow_from_left.png") no-repeat left center;
  top: 0;
  overflow: hidden;
  z-index: 100;
  cursor: pointer;
}
.wideslider .wideslider_base .slider_next span {
  display: none;
}
.wideslider .pageination {
  display: none;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: absolute;
  z-index: 200;
}
.wideslider .pageination a {
  margin: 0 5px;
  width: 15px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  background: #333;
}
.wideslider .pageination a:active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1!important;
  opacity: 1!important;
  border: 1px solid #000;
}
.noShow {
  display: none;
}