.product_item .ico_inner {
	height: 42px;
	left: 0px;
	padding-right: 11px;
	position: absolute;
	z-index: 2;
	width: 100%;
}

.product_item .ico_discount {
	background: url(/local/templates/a-photo/img/discount.png) no-repeat 0 0;
	cursor: pointer;
	height: 42px;
	float: right;
	width: 42px;
	z-index: 2;
}
.product_item .ico_rated {
	background: url(/local/templates/a-photo/img/rated.png) no-repeat 0 0;

	float: right;
	height: 42px;
	width: 42px;
	z-index: 2;
}

.product_item .ico_new {
    background: url(/local/templates/a-photo/img/new.png) no-repeat 0 0;
    float: right;
    height: 42px;
    width: 42px;
    z-index: 2;
}
.product_item .ico_discount_text {
	display: none;
    position: fixed;
    z-index: 99999;
    background: #fff;
    top: 100px;
    width: 300px;
    padding: 20px;
    left: 50%;
    margin-left: -100px;
}

#over_disc {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99998;
}