div#loading
{
	position: absolute;
	display: table-cell;
	width: 80px;
	height: 40px;
	border: solid 1px #cccccc;
	background-color: #fff;
	padding: 3px;
	line-height: 40px;
	text-align: center;
}

div#showcase_div
{
	position: absolute;
	visibility: hidden;
	border: solid 1px #cccccc;
	background-color: #fff;
	padding: 10px;
}

div#showcase_div img, div.melodie_blade_header span
{
	cursor: pointer;
}

div.item_image img, div.db_item_image img, div.paper img, div.colorway img
{
	cursor: url("../images/magnify.png"), url("../../images/magnify.cur"), -moz-zoom-in;
}