#viewer {
	height: 400px;
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
}

#viewerImagesContainer {
	position: relative;
	display: block;
	height: 400px;
	width: 660px;
	left: 0px;
	overflow: hidden;
}

#viewerImages {
	list-style: none;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: default;
}

#viewerImages li, #viewerImages .projectEnd {
	margin-top: 0px;
	display: block;
	width: auto;
	height: 400px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

#viewerImages .projectEnd {
	width: 60px;
}

#maskLeft, #maskRight {
	display: block;
	position: absolute;
	width: 1000px;
	height: 400px;
	top: 0px;
}
#maskLeft { left: -850px; }
#maskRight { right: -850px; }

#maskLeftBG, #maskRightBG {
	display: block;
	position: absolute;
	width: 1000px;
	height: 400px;
	top: 0px;
	background-color: #070707;
}

#loadProgress {
	border-color: #595959;
	border-style: solid;
	border-width: 2px;
	display: block;
	width: 148px;
	height: 9px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#loadProgressBar {
	display: block;
	width: 2px;
	height: 9px;
	background-color: #595959;
}

#containerUpperLeft {
	display: block;
	position: absolute;
	top: 0px;
	right: 3px;
	width: 152px;
	height: 300px;
}

#containerLowerLeft {
	display: block;
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 152px;
	height: 50px;
}

#containerLowerLeft .caption {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 152px;
}

#containerLowerLeft .caption h4 {
	font-style: normal;
	font-weight: normal;
	text-align: right;
	line-height: 13px;
	font-size: 0.75em;
	color: #888888;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#containerLowerLeft .caption p {
	text-align: right;
	line-height: 12px;
	font-size: 0.65em;
	color: #888888;
	padding-top: 5px;
}

#containerLowerRight {
	display: block;
	position: absolute;
	bottom: 3px;
	left: 3px;
	width: 152px;
	height: 18px;
}

#prevImage, #nextImage {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 18px;
	height: 18px;
	cursor: pointer;
}

#prevImage {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../layout/prev.png);
}

#nextImage {
	left: 22px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../layout/next.png);
}

#nextImage:hover, #prevImage:hover {
	background-position: 0px -18px;
}

#values {
	line-height: 16px;
	font-size: 0.7em;
}