/*----- YELP BAR -----*/

#scroller {
    width:100%;
    height:100px;
    background-color:#fff;
}

#yelpbar {
    background-color: #fff;
    height:40px;
    width:100%;
    z-index:999;
    border-bottom: 2px solid #c41200;
    text-align:center;
}

#yelpcontent {
    display: inline-block;
    padding-top:5px;
    height:30px;
    margin:0 auto;
}

.yelptext {
    float:left;
    padding:5px 0 0 0;
    margin-right:7px;
    color:#5f5f5f;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-size:14px;
    font-style:italic;
    height:30px;
}

.yelpimg {
    float:left;
    height:30px;
    margin-right:7px;
}

#yelpcontent a {
    color:#c41200;
}