.fullspan
{
    width: 100%;
    margin-bottom: 20px;
    margin-top: -20px;
    min-height: 500px;
}

.fullspan .image
{
    width: 100%;
}

.fullspan img
{
    position: absolute;
}

.hidden
{
    display: none;
}

.fullspan .arrow
{
    z-index: 1000;
    width: 100px;
    position: absolute;
    display: hidden;
}

.fullspan .arrow img
{
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.fullspan .nextarrow
{
    right: 0;
}

.fullspan .arrow:hover
{
    display: block;
    background-color: rgba(128, 128, 128, 0.10);
}