.lefttop {
    position: absolute;
    left: 0;
    top:0;
    z-index: 999;
}

.leftbottom {
    position: absolute;
    left: 0;
    bottom: 35px;
    z-index: 9;
}

.righttop {
    position: absolute;
    right: 0;
    top:0;
    z-index: 999;
}

.rightbottom{
    position: absolute;
    right: 0;
    bottom: 35px;
    z-index: 999;
}

.product-container .product_img_link {
    position: relative;
    display: block;
}

#product #product-label {
    width: auto;
}

.text-label {
    padding: 5px;
}