#ImageContainer {
	position: absolute;
	left: 236px;
	top: 147px;
	height: 308px;
	width: 485px;
	z-index:0;
}
#Preview {
	position: absolute;
	left: 40px;
	top: 88px;
	height: 247px;
	width: 101px;
	z-index:1;
	cursor: pointer;
}

#Destination {
	position:absolute;
	top:23px;
	left:187px;
	width:322px;
	height:274px;
	z-index: 0;
	background-color: #CCCCCC;
}

#ImageContainer #Preview img
{
	position:absolute;
	cursor:pointer;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

