#lbOverlay{
    position: fixed; top: 0; left: 0; z-index: 99990; width: 100%; height: 500px; background-color: #000000;
}
#lbMain{
    position: absolute; left: 0; width: 100%; z-index: 99991; text-align: center; line-height: 0;
}
#lbMain a img{
    border: none;
}
#lbOuterContainer{
    position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto;
    border: 1px solid #333333;
}
#lbDetailsContainer{
    font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 16px;	overflow: auto; margin: 0 auto;
    border: 1px solid #333333; border-top: none;
}
#lbImageContainer, #lbIframeContainer{
    padding: 10px 0px;
}
#lbLoading{
	position: absolute; top: 45%; left: 0%; height: 36px; width: 100%; text-align: center; line-height: 0; background: url(../images/fr/loading.gif) center no-repeat;
}
#lbHoverNav{
    position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10;
}
#lbImageContainer>#lbHoverNav{
    left: 0;
}
#lbHoverNav a{
    outline: none;
}
#lbPrev{
    width: 49%; height: 100%; display: block; left: 0; float: left;
    background: url(../images/fr/prevlabel.gif) left 15% no-repeat;
}
#lbPrev:hover{
    background: url(../images/fr/prevlabel-over.gif) left 15% no-repeat;
}
#lbNext{
    float: right; width: 49%; height: 100%; display: block; right: 0;
    background: url(../images/fr/nextlabel.gif) right 15% no-repeat;
}
#lbNext:hover{
    background: url(../images/fr/nextlabel-over.gif) right 15% no-repeat;
}
#lbPrev2, #lbNext2{
    text-decoration: none; font-weight: bold;
}
#lbPrev2_Off, #lbNext2_Off{
    font-weight: bold;
    color: #CCCCCC;
}
#lbDetailsData{
    padding: 0 10px;
    color: #333333;
}
#lbDetails{
    width: 100%; float: left; text-align: left;
}
#lbCaption{
    display: block; font-weight: bold;
}
#lbDetailsData *{
    color: #000000;
}
#lbNumberDisplay{
    float: left; display: block; padding-bottom: 10px;
}
#lbNavDisplay{
    float: left; display: block; padding-bottom: 10px;
}
#lbClose{
    width: 33px; height: 33px; float: right; margin-bottom: 10px;
    background: url(../images/fr/closelabel.gif) no-repeat;
}
#lbClose:hover{
    background: url(../images/fr/closelabel-over.gif) no-repeat;
}
#lbPlay{
    width: 24px; height: 33px; float: right; margin-bottom: 1px;
    background: url(../images/fr/play.gif) no-repeat;
}
#lbPause{
    width: 24px; height: 33px; float: right; margin-bottom: 1px;
    background: url(../images/fr/pause.gif) no-repeat;
}