/*

ul{
    list-style: none outside none;
    padding-left: 0;
    background-color: #007700;
    margin: 0;
}

.content-slider li {
    //background-color: #008855;
    text-align: center;
    //transform: translate3d(0px, 0px, 0px);
    //color: #FFF;
}

*/

.video-slider{
    margin-top:5px;
}

.item {

}

.vimeo_thumb_img {
    width: 75px;
    height: 50px;
    vertical-align: middle;
}


.content-slider h3 {
    margin: 0;
    padding: 1px;
    background-color:#343333;


}
.content-slider h3:hover {
    background-color: #117700;
    //border-radius: 7px;
}

.content-slider img:hover {
    //border-radius: 7px;
    
}

#video_slider_item {
    display: none;
   
}

#content-slider-waiting {
    text-align: center;
    font-style: italic;
    
}

#content-slider-waiting-img {
    vertical-align: middle;
}


