.DiashowObject {
	position: relative;
	width: 100%;
	height: 100%;
}
.DiashowObject .ImageContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.DiashowObject .ImageContainer img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	display: none;
}
