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

.instockvalue {
	font-weight: 400;
	color: white;
    font-size: 11px;
}

.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;
}