.discount-show{
	position: absolute;
top: 0;
background-color: #ff2525;
color: white;
padding: 3px 10px 3px 6px;
font-size: 15px;
text-shadow: 1px 1px 2px #736060;

font-family: 'PT Sans', arial, serif;
background: linear-gradient(45deg, #f00 0%, #d72b2b 100%);
}

.imgs-wrapp{
	
	position: relative;
}

.discount-show-right{
	right: 0;
	border-radius: 0px 0px 0px 8px;
}
.discount-show-left{
	left: 4px;
	border-radius: 0px 0px 8px 0px;
	
	
	
}