.widget-events {
    width: 100%;
    height: 300px;
    white-space: nowrap;
    font-weight: 300;
}
.widget-events .slider-control-prev {
    position:absolute;
    left:0;
    width:30px;
    height:40px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    font-size:12px;
    font-weight:bold;
    background:transparent url('/img/arrMidLeft.png') 40% center no-repeat;
    cursor:pointer;
    box-shadow:0 0 10px #000;
    text-align: right;
    padding: 0px;
    z-index: 9;
}
.widget-events .slider-control-next {
    position:absolute;
    right:0;
    width:30px;
    height:40px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    font-size:12px;
    font-weight:bold;
    background:transparent url('/img/arrMidRight.png') 60% center no-repeat;
    cursor:pointer;
    box-shadow:0 0 10px #000;
    text-align: left;
    z-index: 9;
}

.widget-events ul {
    position: relative;
    height: 300px;
    white-space: nowrap;
    list-style-type: none;
    padding:0px;    
}
.widget-events ul li {
    vertical-align: top;
    width: 100%;
    height: 100%;
    display: inline-block;

    ;
}
.widget-events div.event{
    width: 100%;
    height: 100%;
    white-space: normal;                
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;             
}
.widget-events  div.item{
    position: relative;
    display: table;
    vertical-align: middle;
    top:240px;
    width: 100%;
    height: 60px;
    background: black;
    white-space: normal;                
    opacity: .8;                  
}
.widget-events  div.body{
    display: table-cell;
    vertical-align: middle;          
}
.widget-events span.title{
    float: left;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px #fff solid;
    color: white;
    font-size: 1.8em;
}

.widget-events ul li div a:link {
    margin-right: 10px;
    color: lightgrey;
}
.widget-events ul li div a:hover {
    color: rgb(255, 255, 255);
}