.ra_tiles {
    width:100%;
}
.ra_ad_tile_header2_a {
    width:auto;
    /*cursor: pointer;*/
    color: #E47129;
    font-size: 18px;
    font-weight: 300;
    margin-bottom:10px;
}
.ra_tiles_ads {
    float:left;
    width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ra_tiles_ads_tiles {
    float:left;
    width:100%;
    height:200px;
    overflow-x:hidden;
    overflow-y:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ra_tiles_ads_tiles_sc {
    width:100%;
    height:auto;
}
.ra_tiles_ads_tiles_control {
    float:left;
    width:100%;
    height:20px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    padding-right:5px;
    padding-top:10px;
}
