/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:10;
}

#lbCenter, #lbBottomContainer, #lbTopContainer, #lbNumberContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 200;
}

#lbTopContainer{background-color: transparent !important;padding: 0 0 0 30px;z-index: 700;}
#lbNumberContainer{overflow: visible;background: transparent !important;padding-left: 30px;}

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

#lbImage {
	border: 15px solid #fff;
	border-bottom: 5px solid #fff;
}

#lbNumber {
	background: transparent url(../images/bottom.gif) no-repeat 10px 0;
	text-align:center;
	float:right;
	height: 40px;
	width: 100%;
	padding-left: 10px;
}

#lbPrevLink, #lbNextLink {
	float:left;
	width: 22px;
	height: 7px !important;
	margin-top: 5px;
	outline: none;
}
#lbPrevLink {margin-left:25px;background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;}
#lbNextLink {background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;}

.disabledLinkLeft, .disabledLinkLeft:hover {background: transparent url(../images/prevlabelDisabled.gif) no-repeat 0% 15% !important;cursor:default;}
.disabledLinkRight, .disabledLinkRight:hover {background: transparent url(../images/nextlabelDisabled.gif) no-repeat 100% 15% !important;cursor:default;}

#lbPrevLink:hover {background: transparent url(../images/prevlabelHover.gif) no-repeat 0% 15%;}
#lbNextLink:hover {background: transparent url(../images/nextlabelHover.gif) no-repeat 100% 15%;}

#lbNumber #cntdiv{float:left;padding: 1px 5px 0 3px;font-size: 10px;color:#eee;}
#lbNumber #cntact,#lbNumber #cnttot{display:none;}

#lbBottom {
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 15px solid #fff;
	border-top:none;
	border-bottom:5px solid #fff;
}

#lbCloseLink {
	float:right;
	height: 15px;
	width: 30px;
	background: transparent url(../images/closelabel.gif) no-repeat 0 4px;
	margin: 0 4px 0 0;
}
#lbCloseLink:hover{background: transparent url(../images/closelabel.gif) no-repeat 0 -10px;}

#lbCaption h2{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.2em 0 0.2em 0;
	cursor:default;
	color: #039;
}

#lbCaption p{
	font-size: 1em;
	color: #375867;
	margin: 0.2em 0;
	padding-left: 1px;
}

#lbCaption {
	font-weight: normal;
}
