.FeaturedArticlesControl {
    position: relative;
    display: block;
    margin: 0 0 1em 0;
    background: #dddddd;
    color: #000000;
    /*width: 655px;*/
    height: 435px;
    border: 1px solid #cccccc;
    overflow: hidden;
}

.FeaturedArticlesControl .imgContainer {
    width: 655px;
    height: 435px;
}

.FeaturedArticlesControl .imgContainer img {
    display: block;
    margin: 0 auto;
    padding: 0;
}

.FeaturedArticlesControl .text {
    display: block;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 300px;
    background: #000000;
}

.FeaturedArticlesControl .text * {
    margin: 0;
    padding: 0;
}

.FeaturedArticlesControl h2,
.FeaturedArticlesControl h2 a,
.FeaturedArticlesControl h2 a:hover {
    display: block;
    color: #ffffff;
    font-weight: normal;

}

.FeaturedArticlesControl .text h2 {
    padding: 15px;
    margin: 0;
    font-size: 140%;
}
