/*Shared News*/
#shared_news_wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

#shared_news_wrapper ul {
    margin: 0;
    padding: 0;
}

#shared_news_wrapper ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#shared_news_wrapper ul li h4,
#shared_news_wrapper ul li h4 a {
    font-size: 16px;
    color: #666;
}

#shared_news_wrapper ul li h4 a:hover {
    color: #129E7F;
}


#shared_news_wrapper ul li div.shared_news_row {
    padding: 10px 0 20px 0;
}

#shared_news_wrapper ul li div.shared_news_row p {
    margin: 0 0 5px 0;
}

#shared_news_wrapper ul li div.shared_news_row img {
    margin-bottom: 15px;
}

#shared_news_viewall {
    position: absolute;
    right: 0;
    bottom: 0px;
    font-size: 11px;
}

#shared_news_wrapper div.pager {
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
}