#tnDisplay {
	min-width: 155px;
	min-height: 314px;
	margin: 0px 50px 10px 50px;
	padding: 8px;
	border: solid 1px #2d2d2d;
	border-top: solid 1px #666;
	background: #0a0a0a url(dk_bgfade_300.jpg) repeat-x;
	text-align: center;
}

img.thumbImg {
	cursor: pointer;
	border: solid 1px #555;

	/* Make unselectable. Has no effect in IE */
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

/*****************************/

#imageToolbar {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 101;
	width: 100%;
	background-color: #000;
	font: 10px Verdana;
	color: #fff;
	white-space: nowrap;
}
	#imageToolbar table {
		width: 100%;
		height: 43px;
	}
	#imageToolbar .link {
		cursor: pointer;
	}

#imagebackground {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 98;
/*	background-color: #000;
	opacity: 0.70;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);*/
	background: url(overlay.png);
}

#imagewait {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
}

#bigimage {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	background: #fff;
	padding: 10px;
	-ms-interpolation-mode: bicubic;  /* IE7 (affects IE7 for down and upsizing; affects IE8 for upsizing only. */

	/* Make unselectable. Has no effect in IE */
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
