/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/img/lightbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border-top: 15px solid #fff;
	border-right: 60px solid #fff;
	border-left: 60px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position:absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: -53px;
	background: transparent url(/img/lightbox/prevlabel.gif) no-repeat 5% 30%;
}

#lbPrevLink:hover {
	background: transparent url(/img/lightbox/prevlabelhover.gif) no-repeat 5% 30%;
}

#lbNextLink {
	right: -53px;
	background: transparent url(/img/lightbox/nextlabel.gif) no-repeat 95% 30%;
}

#lbNextLink:hover {
	background: transparent url(/img/lightbox/nextlabelhover.gif) no-repeat 95% 30%;
}

#lbBottom {
	font-family: "Century Gothic",sans-serif;
	color: #000;
	line-height: 1.4em;
	text-align: left;
	margin-top:10px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	background: transparent url(/img/lightbox/closelabel.gif) no-repeat center;
	outline: none;
	margin-bottom:10px;
	margin-right:10px;
}

#lbCloseLink:hover {
	background: transparent url(/img/lightbox/closelabelhover.gif) no-repeat center;
}


#lbCaption, #lbNumber {
	margin-left:60px;
}

#lbCaption {
	margin-top:5px;
	font-weight: bold;
}
