img{
    max-width: 100%;
    padding:0;
    margin:0;
}

.cycle-slideshow{
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
}

.cycle-prev, .cycle-next{
    font-size: 200%;
    color: #fff;
    display: block;
    position: absolute;
    top: 80%;
    z-index: 9999;
    cursor: pointer;
}

.cycle-prev{
    left: 5%;
}

.cycle-next{
   right: 5%;
}

.cycle-pager{
    width: 100%;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 40px;
    z-index: 9999;
    overflow: hidden;
    cursor: pointer;
}

.cycle-pager span{
    text-indent: 100%;
    white-space: nowrap;
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 10px;
}
.cycle-pager .cycle-pager-active {
    background: #fff;
}
