/* Shared styles for lightbox & slimbox*/
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background-color:#000;
	/*cursor:pointer;*/
	z-index:90;
	bottom: 0px;
	right: 0px;
}

#prevLink, #nextLink {
	display:block;
	position:absolute;
	top:0;
	width:33%;
	height:100%; /* Trick IE into showing hover */
	cursor: pointer;
	background-color: transparent;
	background-image: url(gfx/lightbox/clear.gif);
	background-repeat: no-repeat;
}

#prevLink {
	left:-1px;
	float:left;
}

#nextLink {
	right:0;
	float:right;
}

#prevLink:hover {
	background-color: transparent;
	background-image: url(gfx/lightbox/prev.png);
	background-repeat: no-repeat;
	background-position: 0% 10%;
}

#nextLink:hover {
	background-color: transparent;
	background-image: url(gfx/lightbox/next.png);
	background-repeat: no-repeat;
	background-position: 100% 10%;
}

#playLink,#pauseLink,#saveLink,#closeLink {
	float:right;
	width:17px;
	height:15px;
	margin-left: 1px;
	background-position: 0px -15px;
}
#playLink {
	background-color: transparent;
	background-image: url(gfx/lightbox/play.png);
	background-repeat: no-repeat;
}
#closeLink:hover,
#playLink:hover,
#pauseLink:hover,
#saveLink:hover {
	background-position: 0px 0px;
}
#pauseLink {
	background-color: transparent;
	background-image: url(gfx/lightbox/pause.png);
	background-repeat: no-repeat;
}
#saveLink {
	background-color: transparent;
	background-image: url(gfx/lightbox/save.png);
	background-repeat: no-repeat;
}
#closeLink {
	background-image: url(gfx/lightbox/close.png);
	background-repeat: no-repeat;
}
#lbLightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;
}

#lbLightbox #closeLink {
	margin-bottom: 5px;
}

#lbLightbox a {
	text-decoration:none;
	border:none;
}

#lbLightbox img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#lbOuterImageContainer {
	position:relative;
	background-color:#93AAD2;
	width:250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#lbImageContainer {
	padding:4px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
}

#lbLoading {
	position:absolute;
	z-index:110;
	top:20px;
	left:0px;
	text-align:center;
	background-color: #C7204F;
	background-image: url(gfx/lightbox/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	right: 0px;
	height: 200px;
	width: 100%;
}

#lbHoverNav {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	right: 0px;
	bottom: 0px;
}

/*#lbImageContainer>#lbHoverNav {
	left:0;
}*/

#lbImageDataContainer {
	font-size:11px;
	background-color:#93AAD2;
	overflow:auto;
	width:250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}

#lbImageData {
	color:#FFFFFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}

#lbImageDetails {
	width:80%;
	float:left;
	text-align:left;
	line-height: 1em;
}

#lbCaption {
	display:block;
	font-weight:normal;
	padding-bottom: 5px;
	line-height: 14px;
}

#lbNumber {
	display:block;
	padding-bottom: 3px;
}

#lbPresent {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent a {
	color:#666;
	margin-right:2px;
	display: block;
	padding: 2px;
	height: 12px;
	width: 12px;
}

#lbPresent a.act {
	font-weight:bold;
	color:#fff;
	background:#777;
	border-right:0.2em solid #777;
	border-bottom:0.1em solid #777;
	border-left:0.4em solid #777;
}

