.bx_stick_disc.right.bottom{
	position: absolute;
    z-index: 20;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    right: 0;
    top: 0;
     border-radius: 0;
    margin-bottom: 2px;
    color: #fff;
    display: inline-block;
    clear: both;
    background: url(img/sale1.png)no-repeat center center;
    background-size: contain;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}