/* =============================================================
   IMAGE PREVIEW CLASSES (imgPreview.js)
============================================================= */
.imgPreview{cursor: pointer;}
#imgPreview{
	position: absolute;
	border: 1px solid #ddd;
	background: #222;
	padding: 5px;
	display: none;
	color: #fff;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter:alpha(opacity=100);
	z-index: 10000;
}
#imgPreview img {
	max-width: 460px;
	*width: 380px;
}