#pageflip {
	position: relative;
}
#pageflip img {
	width: 180px; height: 182px;
	z-index: 500;
	position: absolute;
	 right: 0; top: 0; 
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 150px; height: 150px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(/Content/images/aprilworkshop.png) no-repeat right top;
	text-indent: -9999px;
}