#rbCenter {
position: absolute;
z-index: 1000;
text-align: left;
}
#rbCenter.rbLoading {
background: url(images/loading.gif) no-repeat center center;
}
#rbImage {
padding: 10px;
background: #e6e6e6;
border:1px solid #ddd;
}
#rbBottom {
position: absolute;
background-color: #eee;
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
color: #333;
line-height: 1.4em;
text-align: left;
border: 1px solid #ddd;
padding: 10px;
border-top-style: none;
z-index: 900;
display: none;
}
#rbCloseLink {
cursor: pointer;
float: right;
width: 50px;
height: 38px;
background: transparent url(images/closelabel.gif) no-repeat center;
margin: 5px 0;
}
#rbCaption, #rbNumber {
margin-right: 71px;
}
#rbCaption {
font-weight: bold;
}
#rbLinks {
position: absolute;
z-index: 1100;
display: none;
}
#rbPrevLink, #rbNextLink {
cursor: pointer;
margin: 0; padding: 0;
position: absolute;
top: 0;
width: 49%;
}
#rbPrevLink {
left: 30px;
}
#rbPrevLink.hover {
background: url(images/prevlabel.gif) no-repeat 0% 50%;
}
#rbNextLink {
right: 30px;
}
#rbNextLink.hover {
background: transparent url(images/nextlabel.gif) no-repeat 100% 50%;
}
#rbShadow {
position: absolute;
z-index: 800;
}
