/* SLIMBOX */

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

#lbCenter {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #000;
	    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	box-shadow: 0 0 5px 0 #000;
}

#lbBottomContainer {
	position: absolute;
	z-index: 9998;
	margin-top:5px;
	overflow: hidden;
	background-color: #000;
	    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
	box-shadow: 0 0 5px 0 #000;
	padding-top:5px;
}

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

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 5px solid #000;
	background-repeat: no-repeat;
}

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

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: "eurostileregular", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ccc;
	line-height: 8px;
	text-align: left;
	border: 5px solid #000;
	border-top-style: none;
	margin-top:15px;
	padding-left:5px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin-top: 0px;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	padding-top:8px;
	margin:5px 0 0 0;
}

#lbCaption {
	font-weight: bold;
}
