/*-------------------------------------------------------------------------------------
 *
 * Stylesheet Slimbox
 * revised by redtrump.
 *
-------------------------------------------------------------------------------------*/


/*-- generic --*/

#lbOverlay, #lbCenter, #lbBottomContainer,
#lbImage, #lbPrevLink, #lbNextLink {
 position: absolute;
}

#lbOverlay, #lbImage, #lbPrevLink {
 left: 0;
}

#lbImage, #lbPrevLink, #lbNextLink {
 top: 0;
}

#lbOverlay {
 z-index: 98;
 width: 100%;
 background-color: #000;
 cursor: pointer;
}

#lbCenter, #lbBottomContainer {
 z-index: 99;
 left: 50%;
 overflow: hidden;
 background-color: #e7e7e7;
}

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

#lbImage {
 top: 0;
 border: 10px solid #e7e7e7;
 background-repeat: no-repeat;
}

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

#lbPrevLink:hover {
 background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
 right: 0;
}

#lbNextLink:hover {
 background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
 font-family: "Lucida Grande", Verdana, Arial, Geneva, Helvetica, sans-serif;
 font-size: 12px;
 color: #666;
 line-height: 1.4em;
 text-align: left;
 border: 10px solid #e7e7e7;
 border-top: 0;
}

#lbCloseLink {
 display: block;
 float: right;
 width: 66px;
 height: 22px;
 background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
 margin: 5px 0;
}

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

#lbCaption strong {
 /*font-weight: bold;*/
 color: #9f0013;
}

