#showcase_banner{
    background: #07A2D8;
    color: #FFF;
    overflow: hidden;
    height: 246px;
    margin-bottom: 30px;
}
#showcase_banner h2{
    font-size: 24px;
    border-bottom: 1px solid #6AC7E8;
    line-height: 1;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    font-weight: bold
}
#showcase_banner p{
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 150%;
}
#showcase_banner_inner{
    float: left;
    width: 280px;
    padding: 30px 30px 20px 30px;
}
#showcase_banner figure{
    display: block;
    float: right;
    width: 370px;
}
#showcase_banner a:hover{
    opacity: 0.9;
}