/* Moviebox and Slimbox stylesheet - black theme */

#lbOverlay 
{ position: absolute; left: 0; width: 100%; background-color: #000; cursor: pointer; z-index:100000 }

#lbCenter, #lbBottomContainer 
{ position: absolute; left: 50%; overflow: hidden; background-color: #000; z-index:100000 }

.lbLoading 
{ background: #000 url(../Scripts/loading.gif) no-repeat center; z-index:100000 }

#lbImage 
{ background-repeat: no-repeat; border: 7px solid #000; z-index:100000 }

#lbPrevLink, #lbNextLink 
{ display: block; position: absolute; top: 0; width: 50%; outline: none; z-index:100000 }

#lbPrevLink 
{ left: 0; z-index:100000 }

#lbPrevLink:hover 
{ background: transparent url(../Scripts/prevlabel.gif) no-repeat 0% 30%; z-index:100000 }

#lbNextLink 
{ right: 0; z-index:100000 }

#lbNextLink:hover 
{ background: transparent url(../Scripts/nextlabel.gif) no-repeat 100% 30%; z-index:100000 }

#lbBottom 
{ font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #666; line-height: 1.3em; text-align: left; border: 7px solid #000; border-top-style: none; z-index:100000 }

#lbCloseLink 
{ display: block; float: right; width: 11px; height: 9px; background: transparent url(../Scripts/closelabel.gif) no-repeat center; margin:0px; position:absolute; bottom:6px; right:6px; z-index:100000 }

#lbCaption, #lbNumber 
{ margin-right: 14px; z-index:100000 }

#lbCaption 
{ font-weight: normal; z-index:100000}

#lbCaption a:link, #lbCaption a:active, #lbCaption a:visited
{ text-decoration:none; color:#999 }

#lbCaption a:hover
{ text-decoration:none; color:#fff }
