
    .reviewsContainer{

        height: 700px;
        overflow: auto;
    }
    #facebook_reviews {
        list-style-type: none;
        margin: 0;
        margin-top:  5px;
        padding: 0;


    }



    .storyBox{

        margin-bottom: 10px;
        margin-left: 0px;
        margin-right: 14px;
        margin-top: 0px;
        padding: 10px;
        border: 1px solid;
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
-webkit-border-radius: 3px;

        background-color: #FFFFFF;
    }
    .reviewerBox{

        width:100%;
        overflow:  hidden;
        border:0;
    }


    .facebookPic{
        height:  50px;
        width:  50px;
        margin-bottom: 5px;
    }
    .reviewDetailsBox{
        padding-left: 10px;
        vertical-align: top;
    }
    .reviewerName{
        font-weight: bold;
        font-size: 13px;
        color: #3b5998;
        line-height: 17px;
        font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
        cursor: pointer;
        text-decoration: none;
    }
    .ratingDate{
        font-size: 12px;
        line-height: 14px;
        font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
    }
    .reviewText{
        font-size: 13px;
        line-height: 18px;
        font-family: 'Helvetica Neue', Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
        color: rgb(51, 51, 51);
    }
    .fb-facepile{
        border-bottom-color: rgb(216, 223, 234);
        border-bottom-style: solid;
        border-bottom-width: 1px;
        padding-bottom: 10px;
    }
    .greystars{
        display: block;
        width: 60px;
        height: 12px;
        background: url(../images/greystars.png) 0 0;
    }
    .bluestars{
        display: block;
        width: 100%;
        height: 12px;
        background: url(../images/bluestars.png) 0 0;
    }
    .rating1{
        width: 20%;
    }
    .rating2{
        width: 40%;
    }
    .rating3{
        width: 60%;
    }
    .rating4{
        width: 80%;
    }
    .rating5{
        width: 100%;
    }
