.bbtfloatingBox{
    padding: 15px;
    width: 170px;
    position: fixed;
    top: 50px;
    right: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 1000;
    -ms-filter: \'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)\';
    filter: alpha(opacity=90);
    opacity: 0.9;
    font-size: 12px;
}
.bbtfloatingBoxblack{
    color:white;
    background: #151515;
    background: -moz-linear-gradient(left,#151515 0%,#2d2d2d 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#151515),color-stop(100%,#2d2d2d));
    background: -webkit-linear-gradient(left,#151515 0%,#2d2d2d 100%);
    background: -o-linear-gradient(left,#151515 0%,#2d2d2d 100%);
    background: -ms-linear-gradient(left,#151515 0%,#2d2d2d 100%);
    background: linear-gradient(to right,#151515 0%,#2d2d2d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#151515\',endColorstr=\'#2d2d2d\',GradientType=1);
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    -webkit-box-shadow: #999 2px 2px 2px;
    box-shadow: #999 2px 2px 2px;
}

.bbtfloatingBoxwhite{
    color:#333;
    background: #fff;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    -webkit-box-shadow: #ccc 2px 2px 2px;
    box-shadow: #ccc 2px 2px 2px;
}
.bbtfloatingBox ._bbt-rt-total-readers{
    margin-bottom: 10px;
}
.bbtfloatingBox ._bbt-item{
    margin-bottom: 10px;

}
.bbtfloatingBox a{
    text-decoration:none;
    font-size: 15px;

}
.bbtfloatingBox a:hover{
    text-decoration: underline;
}
.bbtfloatingBoxwhite a{
    color: #333;
}

.bbtfloatingBoxblack a{
    color: white;
}

._bbtPicture img{
    transition: opacity ease-out .1s;
    opacity: 0.6;
}

._bbtPicture {
    height: 150px;
    overflow: hidden;
    position: relative;
    width: 300px;
    background: #000;
}
._bbt-itemPicture{
    position: relative;
    display: block;
    height: 150px;
}
._bbt-itemPicture ._bbt-title{
    float: left;
    letter-spacing: -1px;
    margin: 0px;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    bottom: 10px;
    width: 95%;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    font-family: Arial;
    display: block;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000;
    text-align: left;
    padding-left: 8px;
}