/*style css*/
.product-image {position: relative;}
.label-category-container {cursor: pointer;position: absolute;z-index: 100;}
.label-category-container .text-label {color: #FFFFFF;font-family: Arial;font-size: 11px;font-weight: bold;line-height: 15px;padding: 9px 2px;text-align: center;}

.product-img-box { position: relative; }
.label-product-container {cursor: pointer;position: absolute;z-index: 100;}
.label-product-container .text-label {color: #FFFFFF;font-family: Arial;font-size: 11px;font-weight: bold;line-height: 15px;padding: 9px 2px;text-align: center;}

.top-left { left: 0; top: 0; }
.top-center { left: 30%; top: 0; }
.top-right { right: 0; top: 0; }
.middle-left { left: 0; top: 30%; }
.middle-center { left: 30%; top: 30%; }
.middle-right { right: 0; top:  30%; }
.bottom-left { left: 0; bottom: 0; }
.bottom-center { left: 30%; bottom: 0; }
.bottom-right { right: 0; bottom: 0; }