.c-container {
  position: relative;
  width: 100%;
  height: 450px;
  /*border: 1px solid silver;*/
  z-index: 10;
}
.c-container .c-item {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  /*background-color: silver;*/
  z-index: 15;
}
.c-container .c-item .c-img {
  /* Center image both vertically and horizontally */
  position: absolute;
  display: block;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-container .c-arrow {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 20;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-container .c-next {
  left: 90%;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #18225E;
}
.c-container .c-previous {
  right: 90%;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #18225E;
}

/*# sourceMappingURL=styles.css.map */
