/* 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 {
	position: absolute;
	left: 0;
	top: 0;
        border: 10px solid #fff;
        border-top: 40px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
        top: 0;
        width: 120px;
        height: 20px !important;
	outline: none;
}

.nawigacja {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        color: #666;
        text-decoration: none;
}

#lbPrevLink {
	left: 0;
        text-align: left;
        padding-left: 10px
}

#lbPrevLink:hover {
        text-align: left;
        padding-left: 10px
}

#lbNextLink {
	right: 0;
        text-align: right;
        padding-right: 10px
}

#lbNextLink:hover {
        text-align: right;
        padding-right: 10px
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
        padding-top: 20px;
}

#lbCloseLink {
	display: block;
        width: 17px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
        margin: 5px;
        position: absolute;
        top: -37px;
        right: 0px;
}

#lbCaption, #lbNumber {
}

#lbCaption {
	font-weight: bold;
}

#ilosc_zdjec {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        color: #666;
        line-height: 1.4em;
        text-align: left;
        
        display: block;
        height: 22px;
        margin: 5px;
        position: absolute;
        top: -33px;
        left: -4px;
}

