


#feed_content span {
    color: #000000;
    display: list-item;
    margin-bottom: 10px;
}

#feed_content span a {
    color: #000000!important;
}

#feed_div {
    width: 385px;
    font-family: Arial;
    font-size: 14px;
    float: left;
}

#feed_div a, #feed_div a:link, #feed_div a:visited {
    color: #898989;
    text-decoration: none;
    font-size: 14px!important;
}

#feed_div a:hover {
    text-decoration: underline;
}

#feed_div li {
    list-style: none;
    border-bottom: 1px dotted #898989;
    padding: 15px 0;
}

#feed_div li:last-child {
    border-bottom: none;
}

.video_thumbs_ul {
    text-align: center;
}

#home_videos_thumbs_div {
    
}

.video_thumbs {
    list-style: none;
}

.video_thumbs img{
    padding: 5px;
    width: 181px;
    cursor: pointer;
}

.video_object_div {
    width: 383px;
    height: 215px;
    display: none;
}

.video_object_div.active {
    display: block;
}


