/* 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.gif);
	background-repeat: no-repeat;
	background-position: 0% 15%;
}

#nextLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(gfx/lightbox/next.gif) no-repeat 100% 15%;
}

#playLink,#pauseLink,#saveLink,#closeLink {
	display:block;
	float:right;
	/* Set these two to the actual dimensions of your images! If they differ in size you have to set them seperately!*/
	width:15px;
	height:15px;
}

#playLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(gfx/lightbox/play.gif) no-repeat center;
}

#pauseLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(gfx/lightbox/pause.gif) no-repeat center;
}

#saveLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(gfx/lightbox/save.gif) no-repeat center;
}

#closeLink {
	background-image: url(gfx/lightbox/close.gif);
	background-repeat: no-repeat;	/*clear:right;
	float:right;*/
}
#closeLink:hover {
	background-image: url(gfx/lightbox/close_over.gif);
}
#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:#4D4D4D;
	width:250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#lbImageContainer {
	padding:8px;
	position: relative;
}

#lbLoading {
	position:absolute;
	z-index:110;
	top:30px;
	left:2px;
	height:100%;
	width:100%;
	text-align:center;
	line-height:0;
	background-color: #4D4D4D;
	background-image: url(gfx/lightbox/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#lbHoverNav {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	right: 0px;
	bottom: 0px;
}

/*#lbImageContainer>#lbHoverNav {
	left:0;
}*/

#lbImageDataContainer {
	font-size:11px;
	background-color:#4D4D4D;
	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;
}
