.placeHolder {
	POSITION: relative;
	WIDTH: 310px; /*330x210*/
	HEIGHT: 410px;
	VISIBILITY: visible;
	CURSOR: move;
	z-index: 10;
	background-image: url(img/back_tv.png);
	background-repeat: repeat-y;
}
.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: 280px; /*280x160*/
	HEIGHT: 380px;
	OVERFLOW: hidden;
	z-index: 30;
}
.picFrameDiv {
	POSITION: absolute;
	CLIP: rect(0px 0px 0px 0px);
	TOP: 10px;
	LEFT: 10px;
	z-index: 50;
	CURSOR: move;
}
#dimg table {

	border: 0;
	border-collapse: collapse;
}
