/* OBJECTS */
.objects .pencil { /* Pencil */
	background-image: url(../../images/objects/pencil.png);
	width: 303px;
	height: 58px;
	top: 34px;
	left: 639px;
	z-index: 999;
}
.objects .dragnote1 { /* "Drag me" note */
	background-image: url(../../images/dragme4.png);
	width: 108px;
	height: 31px;
	top: 35px;
	left: 555px;
	z-index: 997;
}
.objects .shaving1 { /* Pencil shavings 1 */
	background-image: url(../../images/objects/pencilshaving1.png);
	width: 63px;
	height: 41px;
	top: 0;
	left: 550px;
	z-index: 997;
}
.objects .shaving2 { /* Pencil shavings 2 */
	background-image: url(../../images/objects/pencilshaving2.png);
	width: 55px;
	height: 55px;
	top: -25px;
	left: 680px;
	z-index: 997;
}
.objects .shaving3 { /* Pencil shavings 3 */
	background-image: url(../../images/objects/pencilshaving3.png);
	width: 51px;
	height: 55px;
	top: -55px;
	left: 620px;
	z-index: 997;
}
.objects .shaving4 { /* Pencil shavings 4 */
	background-image: url(../../images/objects/pencilshaving4.png);
	width: 65px;
	height: 49px;
	top: -20px;
	left: 750px;
	z-index: 997;
}
.illustration { /* Polaroid */
	position: absolute;
	display: inline-block;
	z-index: 998; /* 990 */
	top: 164px;
	left: 596px;
}
