/* pager */
.cycle-slideshow {
    z-index: 0;
}
.cycle-pager {
    text-align: center;
    width: 100%;
    z-index: 500;
    position: relative;
    top: 0px;
    overflow: hidden;
    margin-bottom:30px;
}
.cycle-pager span {
    font-family: arial; font-size: 50px; width: 16px; height: 16px;
    display: inline-block; color: #ddd; cursor: pointer;
}
.cycle-pager span.cycle-pager-active {
    color: #D69746;
}
.cycle-pager > * {
    cursor: pointer;
}
.views-field-field-youtube {
    width: 640px;
}

.slideshow-nav-arrows {
     position: absolute;
     top: 140px;
     z-index: 101;
    width: 100%;
}
.slideshow-nav-arrows div {
    display: inline-block;
    background-color: #fff;
}
.slideshow-nav-arrows .next {
    float: right;
}