
/* slimbox2.css */
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #666666;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}
#lbCenter {
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}
#lbBottomContainer {
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}
#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border:20px solid white;
	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: Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #fff;
	line-height: 20px;
	text-align: left;
	border: 0px solid red;
	border-top-style: none;
	background-color:#333;
	padding-top: 10px;
	padding-left:10px;
	padding-bottom:3px;
	font-size: 12px;
	font-weight: bold;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 72px;
	height: 20px;
	margin: 10px 10px 0px 0px;
	outline: none;
	background-color: transparent;
	background-image: url(../images/close.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#lbCaption, #lbNumber {
	margin-right:100px;
}
#lbCaption strong {
	font-weight: bold;
	font-size: 9pt;
	color: #FFFFFF;
	font-family: Tahoma;
}
#lbCaption p {
	font-weight: normal;
	font-size: 8pt;
	text-align:justify;
	color:#FFFFFF;
}
