.moodWallScrollButton {
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}
#moodWallScrollUp{
    border-bottom: 1px solid #CCCCCC;
}
#moodWallScrollUp img{
    margin-bottom: 1px;
}
#moodWallScrollDown{
    border-top: 1px solid #CCCCCC;
}
#moodWallScrollDown img{
    margin-bottom: 1px;
}
#moodWallScrollContent{
    height:150px;
    position: relative;
    overflow-y: hidden;
}

.reverseScrollingBox{
    position: absolute;
    bottom: 0;
    width: 100%;
}
.moodWallProfile{
    position: relative;
    height:75px;
    padding: 0 15px;
}

.moodWallProfileParent{
    position: absolute;
}

.moodWall{
    position: relative;
}

.moodWallRefreshLayer{
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: 1px solid #cecece;
    z-index: 10;
    background: url("50rEQKFmlA9mNKMj6uYzZDCodOeaiUweNMy1Q5BZURj.png")
}

.moodWallProfilePhoto{
    padding-top: 5px;
    width: 65px;
    height: 65px;
    overflow: hidden;
}

.moodWallProfilePhoto img{
    width: 65px;
    height: 65px;
}

.moodWallProfileContent{
    position: relative;
    padding: 5px 0 0 15px;
}


.moodWallProfileContent .moodBubble {
    display: block;
    position: absolute;
    top: 27px;
    /*left: 10px;*/
    z-index: 8;
    width: 195px;
    min-width: inherit;
}

.moodWallProfileContent .moodBubble .moodBubbleHandler {
    position: absolute;
    left: 50px;
    top: -8px;
    height: 9px;
    width: 9px;
    background-image: url('CPsUPOyaDnFzdxSvWdHmhdL4UCKG8oQV9OFXripM0lA.png');
}