.Document
{
	position: relative;
}

div.retouch
{
	margin: 1em 0;
	position: relative;
}

div.retouch img
{
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

div.retouch img.retouch
{
	border: 1px solid #800;
}

div.retouch img.retouched
{
	border: 1px solid #050;
}

div.retouch div.clickTextBackground
{
	position: absolute;
	left: 1px;
	bottom: 0;
	width: 100%;
	height: 2em;
	background: black;
	opacity: 0.5;
}

div.retouch div.clickText
{
	position: absolute;
	left: 1px;
	bottom: 0;
	width: 100%;
	line-height: 2em;
	font-size: 90%;
	text-align: center;
}
