#overlay {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 90; background-color: rgb(0, 0, 0);
}
#prevLink {
	background: url("../img/blank.gif") no-repeat; top: 0px; width: 33%; height: 100%; display: block; position: absolute;
}
#nextLink {
	background: url("../img/blank.gif") no-repeat; top: 0px; width: 33%; height: 100%; display: block; position: absolute;
}
#prevLink {
	left: 0px; float: left;
}
#nextLink {
	right: 0px; float: right;
}
#prevLink:hover {
	background: url("../img/prev.gif") no-repeat 0% 15%;
}
#nextLink:hover {
	background: url("../img/next.gif") no-repeat 100% 15%;
}
#playLink {
	width: 26px; height: 26px; margin-left: 1em; float: right; display: block;
}
#pauseLink {
	width: 26px; height: 26px; margin-left: 1em; float: right; display: block;
}
#saveLink {
	width: 26px; height: 26px; margin-left: 1em; float: right; display: block;
}
#closeLink {
	width: 26px; height: 26px; margin-left: 1em; float: right; display: block;
}
#playLink {
	background: url("../img/play.gif") no-repeat center;
}
#pauseLink {
	background: url("../img/pause.gif") no-repeat center;
}
#saveLink {
	background: url("../img/save.gif") no-repeat center;
}
#closeLink {
	background: url("../img/close.gif") no-repeat center;
}
#sbCenter {
	left: 50%; overflow: hidden; position: absolute; z-index: 100; background-color: rgb(255, 255, 255);
}
#sbBottomContainer {
	left: 50%; overflow: hidden; position: absolute; z-index: 100; background-color: rgb(255, 255, 255);
}
#sbCenter a {
	border: currentColor; text-decoration: none;
}
#sbBottomContainer a {
	border: currentColor; text-decoration: none;
}
.sbLoading {
	background: url("../img/loading.gif") no-repeat center rgb(255, 255, 255);
}
#sbImage {
	border: 10px solid rgb(255, 255, 255); left: 0px; top: 0px; position: absolute; background-repeat: no-repeat;
}
#sbBottom {
	padding: 0px 10px 10px; text-align: left; color: rgb(102, 102, 102); line-height: 1.4em; font-family: tahoma, arial, sans-serif; font-size: 11px;
}
#sbCaption {
	width: 80%; font-weight: bold; margin-bottom: 0.1em;
}
#sbNumber {
	width: 80%; margin-bottom: 0.1em;
}
#sbPresent {
	margin-bottom: 0.1em;
}
#sbPresent a {
	color: rgb(102, 102, 102); margin-right: 1em;
}
#sbPresent a.act {
	background: rgb(119, 119, 119); color: rgb(255, 255, 255); font-weight: bold; border-right-color: rgb(119, 119, 119); border-bottom-color: rgb(119, 119, 119); border-left-color: rgb(119, 119, 119); border-right-width: 0.2em; border-bottom-width: 0.1em; border-left-width: 0.4em; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
}
#lbLightbox {
	left: 0px; width: 100%; text-align: center; line-height: 0; position: absolute; z-index: 100;
}
#lbLightbox #closeLink {
	margin-bottom: 10px;
}
#lbLightbox a {
	border: currentColor; text-decoration: none;
}
#lbLightbox img {
	border: currentColor;
}
#lbOuterImageContainer {
	margin: 0px auto; width: 250px; height: 250px; position: relative; background-color: rgb(255, 255, 255);
}
#lbImageContainer {
	padding: 10px;
}
#lbLoading {
	background: url("../img/loading.gif") no-repeat center rgb(255, 255, 255); left: 0%; top: 40%; width: 100%; height: 25%; text-align: center; line-height: 0; position: absolute; z-index: 110;
}
#lbHoverNav {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 10;
}
#lbImageContainer > #lbHoverNav {
	left: 0px;
}
#lbImageDataContainer {
	margin: 0px auto; width: 100%; line-height: 1.4em; overflow: auto; font-family: tahoma, arial, sans-serif; font-size: 11px; background-color: rgb(255, 255, 255);
}
#lbImageData {
	padding: 0px 10px; color: rgb(102, 102, 102);
}
#lbImageDetails {
	width: 66%; text-align: left; padding-bottom: 10px; float: left;
}
#lbCaption {
	font-weight: bold; margin-bottom: 0.1em; display: block;
}
#lbNumber {
	margin-bottom: 0.1em; display: block;
}
#lbPresent {
	margin-bottom: 0.1em; display: block;
}
#lbPresent a {
	color: rgb(102, 102, 102); margin-right: 1em;
}
#lbPresent a.act {
	background: rgb(119, 119, 119); color: rgb(255, 255, 255); font-weight: bold; border-right-color: rgb(119, 119, 119); border-bottom-color: rgb(119, 119, 119); border-left-color: rgb(119, 119, 119); border-right-width: 0.2em; border-bottom-width: 0.1em; border-left-width: 0.4em; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
}
