/* Tiny Carousel */
.team-list {
    height: auto;
    margin: 0px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 40px 0px; display:none;
}

.team-list .viewport {
    height:270px;
    overflow: hidden;
    position: relative;
}

.team-list .buttons {
     
    border-radius: 35px;
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px; 
}

.team-list .next {
    right: 0;
    left: auto;
    top: 40%; 
}

.team-list .buttons:hover {
    color: #C01313;
     
}

.team-list .disable {
    visibility: hidden;
}

.team-list .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width:370px;
    left: 0;
    top: 0;
}

.team-list .overview li {
    width:350px; float:left; margin:0px 10px 0px 10px; padding:0px; list-style:none; height:265px;
}











/* Tiny Carousel */
.news-list {
    height: auto;
    margin: 0px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 40px 0px; display:none;
}

.news-list .viewport {
    height:470px;
    overflow: hidden;
    position: relative;
}

.news-list .buttons {
     
    border-radius: 35px;
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px; 
}

.news-list .next {
    right: 0;
    left: auto;
    top: 40%; 
}

.news-list .buttons:hover {
    color: #C01313;
     
}

.news-list .disable {
    visibility: hidden;
}

.news-list .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width:96%;
    left: 0;
    top: 0;
}

.news-list .overview li {
    width:93%; float:left; margin:0px 10px 0px 10px; padding:0px; list-style:none; height:365px;
}


