div#theframe
{
	width : 400px;
	height : 300px;
	overflow : hidden;
	position : relative;
}

div#theframe img
{
	position : absolute;
}

img#img1
{
	z-index : 10;
	top : 0;
	left : 0;
	width : 400px;
	height : 300px;
}

img#img6
{
	z-index : 20;
	width : 400px;
	height : 300px;
	left : 0px;
	top : 0px;
}

div.cover
{
	width : 100px;
	height : 75px;
	background-color : #fff;
	position : absolute;
	z-index : 20;
	top : 0;
	left : 0;
}