/* SLIMBOX */

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

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

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

#lbImage  { border-style: solid; border-width: 35px 35px 10px; border-color: #fff }

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

#lbPrevLink    { background-image: url("prevlabel.gif"); background-repeat: no-repeat; background-position: right 0; left: 0; border-bottom: 0 none }

#lbPrevLink:hover  { background: url("prevlabel.gif") no-repeat right 0 }

#lbNextLink    { background-image: url("nextlabel.gif"); background-repeat: no-repeat; background-position: left 0; right: 0; border-bottom: 0 none }

#lbNextLink:hover  { background: url("nextlabel.gif") no-repeat left 0 }

#lbBottom  { color: #666; font-size: 10px; font-family: Verdana, Helvetica, sans-serif; line-height: 1.4em; text-align: left; border-style: none solid solid; border-width: 0 35px 35px; border-color: #fff }

#lbCloseLink  { background: url("closelabel.gif") no-repeat center; display: block; margin: 5px 0; width: 66px; height: 22px; float: right; border-bottom: 0 none }

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

#lbCaption {
	font-weight: bold;
}
