div{
    font-family: Arial, sans-serif;
    color: #3e3e3e;
    font-size: 12px;
}
#buy_home{
    float: right;
    margin: 0px 0px -10px 0px;
}
#buying_hidden{
    display: none;
    margin: 0px 50px;
}
#buying_experience{
    background-color: #f5f5f5;
    line-height: 19px;
}
#buying_experience p{
    padding: 0px 50px 0px;
}
#buying_experience ul{
    margin-bottom: 10px;
}
#read_more{
    padding: 0px 50px 20px;
    background: url('../images/homes_tab/content_expand.gif') bottom right no-repeat;
    font-weight: bold;
    cursor: pointer;
}
#read_less{
    padding: 0px 50px 20px;
    background: url('../images/homes_tab/content_collapse.gif') bottom right no-repeat;
    font-weight: bold;
    display: none;
}
ul{
    padding: 0px 0px 0px 15px;
    margin: 0px;
}
#video_blog{
    height: 245px;
    margin: 10px 0px;
    width: 100%;
}
.blog_link{
    text-decoration: none;
}
#blog_header{
    width: 150px;
    background-color: #f5f5f5;
    float: right;
    height: 242px;
    overflow: hidden;
}
#blog_header img{
    float: right;
}
.blog_posts{
    border-top: 1px solid #959595;
    padding: 8px;
}
.blog_title{
    font-weight: bold;
}
.blog_title, .blog_date, .blog_location{
    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #696969;
    line-height: 13px;
    clear: both;
    padding: 0px;
    margin: -2px 0px;
}
.blog_location{
    text-transform: uppercase;
}
#slide_controls_left{
    top: 204px;
    left: -99px;
}
#slide_controls_right{
    top: 40px;
}