.placeHolder {
	POSITION: relative;
	WIDTH: 214px;
	HEIGHT: 328px;
	VISIBILITY: visible;
	CURSOR: move;
	z-index: 10;
	margin-top: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 0;
}

.nowLoading {
	VISIBILITY: visible;
	POSITION: absolute;
}

.imageDiv {
	POSITION: relative;
	TOP: 0px;
	LEFT: 0px;
	CURSOR: move;
	z-index: 30;
}

.imageDivOuter {
	VISIBILITY: hidden;
	POSITION: absolute;
	TOP: 0px;
	LEFT: 0px;
	CURSOR: move;
	WIDTH: 214px;
	HEIGHT: 328px;
	OVERFLOW: hidden;
	z-index: 30;
}

.picFrameDiv {
	POSITION: absolute;
	CLIP: rect(0px, 0px, 0px, 0px);
	TOP: 10px;
	LEFT: 10px;
	z-index: 50;
	CURSOR: move;
}