/* SLIMBOX */

#lbOverlay {
	position: absolute;
	width: 100%;
}

#lbCenter, #lbBottomContainer { position: absolute; left: 50%; overflow: hidden; clip: inherit; margin-top: -25px; }
.lbLoading { background-color: transparent; background-image: url(../images/loading/indicatorBlack.gif); background-repeat: no-repeat; background-position: center; }
#lbImage { position: absolute; left: 0; top: 0; background-repeat: no-repeat; }

#lbPrevLink, #lbNextLink { display: block; position: absolute; top: 0; width: 50%; outline: none thin ; list-style-position: inside; cursor: auto;medium;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background-image: url(../images/Previous.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 10%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background-image: url(../images/Next.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 90%;
}

#lbBottom { color: black; font-family: arial; line-height: 1.4em; text-align: justify; border-top-style: none; font-weight: normal; }
#lbCaption, #lbNumber { font-family: arial; font-weight: bold; margin-top: 5px; }

#lbCaption { font-weight: normal; margin-top: -10px; }

