﻿
.page-header-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}

.page-header-images img {
    width: 100%;
    height: auto;
}

.page-header-images img {
    display: none;
}

.page-header-images img:first-child {
    display: block;
}

.page-header-images .cycle-next,
.page-header-images .cycle-prev {
    z-index: 999;
    display: block;
    padding: 10px;
    cursor: pointer;
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    border-radius: 10px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    opacity: 0.1;
    transition: opacity ease 200ms;
}

.page-header-images .cycle-next:hover,
.page-header-images .cycle-prev:hover {
    opacity: 0.7;
}

.page-header-images .cycle-next {
    right: 20px;
}

.page-header-images .cycle-prev {
    left: 20px;
}