div.demoElement {
	width: 80px;
	height: 80px;
	border: 1px solid black;
	background-color: #f9f9f9;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}
div.demoElementHeight {
	height: 120px;
}

.myClass {
	width: 300px;
	height: 50px;
	border: 3px dashed black;
	background-color: #C6D880;
	font-size: 20px;
	padding: 20px;
}

.d5 {

	width: 310px;
	height: 242px;
	position: absolute;
	left: 35px;
	top: 15px;
	z-index: 6;
	cursor: pointer;
}

.d4 {
	width: 265px;
	height: 207px;
	position: absolute;
	left: 255px;
	top: 20px;
	z-index: 5;
cursor: pointer;
}

.d3 {
	width: 264px;
	height: 195px;
	position: absolute;
	left: 395px;
	top: 25px;
	z-index: 4;
	cursor: pointer;
}

.d2 {
	width: 263px;
	height: 185px;
	position: absolute;
	left: 515px;
	top: 30px;
	z-index:3;
	cursor: pointer;
}

.d1 {

	width: 262px;
	height: 175px;
	position: absolute;
	left: 605px;
	top: 38px;
	z-index: 2;
	cursor: pointer;
}

.d0 {

	width: 261px;
	height: 160px;
	position: absolute;
	left: 670px;
	top: 45px;
	z-index: 1;
	cursor: pointer;
}