/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter {
	position: absolute;
	z-index: 9999;
	overflow: visible;
/*	background-color: #fff;*/
	background-color: #000;
	border: 10px solid #fff;
}
#lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/lightbox-loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: -10px;
	top: -10px;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	background-color: #000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	outline: none;
}

#lbPrevLink {
	left: -65px;
	background: url(../images/blank.gif) repeat;
}
a#lbPrevLink {
	left: -65px;
	background: none;
}
a#lbPrevLink:hover {
	background: url(../images/lightbox-prev-on.gif) no-repeat left center;
}

#lbPrevLink a {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../images/lightbox-back-on.gif) no-repeat 0 50%;
	outline: none;
}
#lbPrevLink a span {
	background-repeat: no-repeat;
	background-position: 0 0;
}
* html #lbPrevLink a span {
	background-position: 0 60%;
}
#lbPrevLink a:hover {
	background: transparent url(../images/lightbox-back-on.gif) no-repeat 0 50%;
}

#lbNextLink {
	right: -65px;
}

a#lbNextLink {
	/* right: -65px; */
	/* background: none; */
}

#lbNextLink a {
	display: block;
	position: absolute;
	right: 0;
	width: 100%;
	height: 100%;
	background: transparent url(../images/lightbox-next-on.gif) no-repeat 100% 50%;
	outline: none;
}
#lbNextLink a span {
	background-repeat: no-repeat;
	background-position: 100% 0;
}
* html #lbNextLink a span {
	background-position: 100% 60%;
}

#lbNextLink a:hover {
	background: transparent url(../images/lightbox-next-on.gif) no-repeat 100% 50%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}
#lbImage #lbBottom {
	margin: 0;
	width: 100%;
	font-size: 11px;
	color: #fff;
	line-height: 14px;
	text-align: center;
	border: none;
	position: absolute;
	bottom: 0;
	overflow: hidden;
}

#lbCloseLink {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	right: -19px;
	top: -19px;
	width: 24px;
	height: 24px;
	background: transparent url(../images/lightbox-closebutton.png) no-repeat;
	background-position: 0 0;
	outline: none;
}
#lbCloseLink:hover {
	/* background-position: 0 -20px; */
}


/*
#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
#lbImage #lbCaption {
	margin: 0;
	padding: 5px 0;
	background-color: #999999;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
	position: relative;
}
*/

#lbImage #lbNumber {
	display: none;
}
