.instockblock {	
	background: black;
    padding: 0.5em;
    opacity: 0.4;
    zoom: 1;
    filter: alpha(opacity=40);
    position: absolute;
    z-index: 10;
}

.instockvalue {
	font-weight: 700;
	color: white;
}

.instockblock.topright {	
	top: 0px;
	right: 0px;
}


.instockblock.topleft {	
	top: 0px;
}

.instockimgblock {	
    padding: 0.5em;
    zoom: 1;
    position: absolute;
    z-index: 10;
}

.instockimgblock.topright {	
	top: 0px;
	right: 0px;
}

.instockimgblock.topleft {	
	top: 0px;
}