#imageOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
	background: #000 url(/images/imageviewer/background.gif);
	opacity: 0.85;
}

#imageViewer {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 999;
}

#outerImageContainer {
	position: relative;
	background-color: #f8f8f8;
	width: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 10px;
	height: 230px;
}
#imageViewerImage {
	display: block;
	margin: 0 auto;
}
#imageContainer img.fullSize {
	cursor: url(/images/imageviewer/magnify_min.cur), pointer;
}
#imageContainer img.smallSize {
	cursor: url(/images/imageviewer/magnify_plus.cur), pointer;
}

#loadingContainer {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
#loadingImage {
	margin-top: 42%;
	width: 32px;
	height: 32px;
}

#imageDataContainer {
	background-color: #f8f8f8;
	padding: 0px 10px 10px 10px;
	text-align: left;
	overflow: hidden;
}
#imageDataContainer span {
	font-size: 11px;
	line-height: 17px;
	font-weight: bold;
	color: #4b4b4b;
	display: block;
}
#imageDataContainer #numberDisplay {
	float: left;
	margin-right: 5px;
}
#closeImage {
	float: right;
	width: 52px;
	height: 12px;
	cursor: pointer;
}
#thumbContainer {
	clear: both;
	margin-top: 5px;
	border: 1px solid #000;
	position: relative;
	height: 90px;
	padding: 0px 30px;
	background: #434343 url(/images/imageviewer/thumbview_bg.gif) repeat-x;
}
#thumbPrev, #thumbNext {
	position: absolute;
	top: 0;
	width: 30px;
	background: url(/images/imageviewer/prevnext.gif) no-repeat;
	height: 90px;
	cursor: pointer;
}
#thumbPrev {
	left: 0;
	background-position: 0px 15px;
}
#thumbPrev:hover {
	background-position: -30px 15px;
}
#thumbNext {
	right: 0;
	background-position: -60px 15px;
}
#thumbNext:hover {
	background-position: -90px 15px;
}
#thumbView {
	overflow: auto;
	white-space: nowrap;
	padding: 3px 8px 0 8px;
	text-align: center;
	height: 90px;
}
#thumbView img {
	border: 1px solid #ffffff;
	cursor: pointer;
	margin: 4px 8px;
	height: 50px !important;
	width: auto;
}
#thumbView img.current {
	border: 2px solid #ff6600;
	margin: 3px 7px;
}