


/*.item-joke*/ .comment_vote ul li:nth-child(2)
{
    cursor: default !important;
    height: 60px !important;
    direction: ltr;
}
.comment_vote ul{
    display: -webkit-box ;
    display: -moz-box;
    list-style: inherit;
    float: left;
}

.comment_vote ul li{
    width: 40px;
    height: 39px;
    cursor: pointer;
}
/*.item-joke*/ .comment_vote ul li.up-vote-hover
               {
                   cursor: default !important;
                   background-image: url("../images/like-comment.png");
               }
               /*.item-joke*/ .comment_vote ul li.up-vote
               {
                   background-image: url("../images/like-comment.png");
               }

/*.item-joke*/ .comment_vote ul li.up-vote:hover
               {
                   background-image: url("../images/dislike-comment.png");
               }

/*.item-joke*/ .comment_vote ul li.down-vote-hover
               {
                   cursor: default !important;
                   background-image: url("../images/dislike-comment.png");
               }

.like_count_li{
    text-align: center !important;
    direction: ltr;
}
.loader_block{
    background: url("../images/loader_.gif");
    width: 100%;
    height: 45px;
    display: none;
}