.scssBox
{
	overflow: hidden;
	position: relative;
}

.scssBox li
{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

.scssBox li.legend
{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	z-index: 100;
	background: url(Images/shadow.png) repeat;
	list-style-type: none;
	text-align: right;
}

.scssBox li img
{
/*	height: 100%;    IE -> bottom and right border lost
	width: 100%; */
	border: 1px solid #000;
}

li.legend span{ float: right; color: white; margin-right: 14px; padding-top: 8px; }