.slider {
  position: relative;
  width: 100%;
  height: 350px;
  margin-bottom: 15px; }
  .slider .arrow {
    position: absolute;
    top: 155px; }
    .slider .arrow i {
      color: orange; }
      .slider .arrow i:hover {
        color: #c78100; }
  .slider .arrow-right {
    right: 0; }
  .slider .images {
    height: 100%; }
    .slider .images .image {
      height: 100%;
      width: 100%;
      position: absolute;
      display: none; }
      .slider .images .image img {
        width: 100%;
        height: 100%; }
    .slider .images .image.active {
      display: block; }

/*# sourceMappingURL=easyslider.css.map */
