/* SLIMBOX */

#lbOverlay {
        position: fixed;
        z-index: 9999;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;


background-color: #fafafa; //weiss

cursor: pointer;
}

#lbCenter,
 #lbBottomContainer {
        position: absolute;

        z-index: 9999;
        overflow: hidden;




background-color: #999999;
}

.lbLoading {
        background: #999999 url(loading.gif) no-repeat center;
}

#lbImage {
        position: absolute;
        left: 0;
        top: 0;


border: 1px solid #666666;


background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {


display: block;
        position: absolute;
        top: 0;
        width: 50%;
        outline: none;
}

#lbPrevLink {
        left: 0;
}

#lbPrevLink:hover {


background: transparent url(prev.gif) no-repeat 0 15%;
}

#lbNextLink {
        right: 0;
}

#lbNextLink:hover {
        background: transparent url(next.gif) no-repeat 100% 15%;
}





#lbBottom {
        font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
        font-size: 10px;
        background-color: #fafafa;color: #000000;
        line-height: 1.4em;

        text-align: left;


        border: 0px solid #999999;


border-top-style: none;
}



background: transparent url(close.gif) no-repeat center;
        margin: 0px 0;
        outline: none;
}

#lbCaption, #lbNumber {
        margin-right: 71px;
}

#lbCaption {
        font-weight: normal;
}



#lbCloseLink {
	display: block;
	float: left;
	width: 30px;
	height: 22px;
	background: transparent url(Close.gif) no-repeat center;
	  margin: 4px 4px;
	outline: none;
}

