#lbOverlay {
background-color:#000000;
cursor:pointer;
left:0pt;
position:absolute;
width:100%;
z-index:15;
}
#lbCenter, #lbBottom {
background-color:#000000;
border:1px solid #666666;
left:50%;
overflow:hidden;
position:absolute;
z-index:20;
}
#lbCenter {
padding:0px;margin:10px;
}
.lbLoading {
background:#FFFFFF url(/typo3conf/ext/rgsmoothgallery/res/css/img/loading-bar-black.gif) no-repeat scroll center;
border:1px solid #666666;
}
#lbImage {
/*background-repeat:no-repeat;
background-position:center;*/
z-index:25;
}
#lbPrevLink, #lbNextLink {
display:block;
outline-color:invert;
outline-style:none;
outline-width:medium;
position:absolute;
top:0pt;
width:50%;
z-index:26;
}
#lbPrevLink {
left:0pt;
}
#lbPrevLink:hover {
background:transparent url(/typo3conf/ext/rgsmoothgallery/res/css/img/fleche1.png) no-repeat scroll 0% 50%;
}
* html #lbPrevLink:hover {
background:transparent url(/typo3conf/ext/rgsmoothgallery/res/css/img/fleche1.gif) no-repeat scroll 0% 50%;
}
#lbNextLink {
right:0pt;
}
#lbNextLink:hover {
background:transparent url(/typo3conf/ext/rgsmoothgallery/res/css/img/fleche2.png) no-repeat scroll 100% 50%;
}
* html #lbNextLink:hover {
background:transparent url(/typo3conf/ext/rgsmoothgallery/res/css/img/fleche2.gif) no-repeat scroll 100% 50%;
}
#lbBottom {
border-top-style:none;
color:#666666;
font-family:Verdana,Helvetica,sans-serif;
font-size:10px;
line-height:1.4em;
/*padding-left:10px;
padding-right:10px;*/
padding-bottom:10px;
text-align:left;
}
#lbCloseLink {
background:transparent url(/typo3conf/ext/rgsmoothgallery/res/css/img/close9yj.gif) no-repeat scroll center;
display:block;
float:right;
height:30px;
margin-bottom:10px;
width:80px;
}
#lbNumber {
display:block;
float:left;
}
#lbNumber.gallery {
display:block;
float:left;
padding:10px;
}
#lbCaption {
display:block;
float:left;
margin-left:10px;
padding-left:10px;
padding-right:10px;
}
#lbDescription {
float:left;
padding-right:10px;
clear:both;
}
#lbDescription #lbTitle {
clear:both;
float:left;
font-weight:bold;
padding-left:10px;
padding-right:10px;
}
#lbDescription #lbCaption {
margin-left:0pt;
clear:both;
}
