.image b, .compare-info b {
    width: 99px;
    height: 41px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 1;
}
.product-info .left .image b {
    width: 99px;
    height: 41px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: 10;
}
.product-info .left .image:hover b {
	z-index: 0;
}
#column-left .image b {
	margin: -15px 0px 0px -15px;
	-moz-transform:    scale(0.8);
	-o-transform:      scale(0.8);
	-webkit-transform: scale(0.8);
	transform:         scale(0.8);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	z-index: 1;
}
#column-right .image b {
	margin: -15px 0px 0px -15px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-transform:    scale(0.8);
	-o-transform:      scale(0.8);
	-webkit-transform: scale(0.8);
	transform:         scale(0.8);
	z-index: 1;
}
#column-left .item:hover .image b { opacity: 0.2; }
#column-right .item:hover .image b { opacity: 0.2; }
