#lbOverlay{
    position: fixed; top: 0; left: 0; z-index: 99990; width: 100%; height: 500px; background-color: #000000;
    opacity:0.92 !important;
}
#lbMain{
    position: absolute; left: 0; width: 100%; z-index: 99991; text-align: center; line-height: 0;
}
#lbMain a img{
    border: none;
}
#lbOuterContainer{
    position: relative; width: 200px; height: 200px; margin: 0 auto;
    border: nne !important;
    background:#343434;
}
#lbDetailsContainer{
    font: 10px Verdana, Helvetica, sans-serif; width: 100%; line-height: 16px;	overflow: auto; margin: 0 auto;
    border: none;
    background:#343434;
}
#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: 15%; display: block; left: 0; float: left;
    background: url(../images/fr/prevlabel.png) left 15% no-repeat;position: relative; top: 50%;   height: 35px !important; margin-top: -17px;
}
#lbPrev:hover{
    background: url(../images/fr/prevlabel-over.png) left 15% no-repeat;
}
#lbNext{
    float: right; width: 15%; display: block; right: 0;
    background: url(../images/fr/nextlabel.png) right 15% no-repeat; position: relative; top: 50%;  height: 35px !important; margin-top: -17px;
}
#lbNext:hover{
    background: url(../images/fr/nextlabel-over.png) 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: justify;
}
#lbCaption{
    display: block;
    padding:20px 1%;
    font-weight: normal;
    width:98%;
}
#lbDetailsData *{
    color: #ffffff;
    font-size:13px;
    text-align:center;
    background: #343434;
}
#lbNumberDisplay{
    float: left; display: none; 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;
    display:block;
}
#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;
}
#lbPrev, #lbNext { display: none; }
#lbHoverNav:hover #lbPrev { display: block;  }
#lbHoverNav:hover #lbNext { display: block;  }
#lbNext { }