/*-- General --*/

body {  background-image: url(../pattern.gif); background-position: top left; background-repeat: repeat; background-color: #999966; scrollbar-arrow-color: #999966; scrollbar-base-color: #000000; scrollbar-DarkShadow-Color: #000000; scrollbar-Face-Color: #000000; scrollbar-Highlight-Color: #000000; scrollbar-Shadow-Color: #000000; scrollbar-Track-Color: #666633}
font {  font: Georgia; font-size: 13px; color: #666633}
a {  color: #996600; text-decoration: none}
a:hover {  color: #663300; text-decoration: none}
img {  border: none}
.table {  border: 7px solid #666633; background: #CCCC99; width: 100px}


/*-- Slimbox --*/

#lbOverlay {  position: fixed; z-index: 1; left: 0; top: 0; width: 100%; height: 100%; background-position: top left; background-repeat: repeat; background-color: #000000}

#lbCenter, #lbBottomContainer {  overflow: hidden}
#lbBottomContainer {  position: absolute; z-index: 2}
#lbCenter {  position: absolute; z-index: 3; background-color: #CCCC99; border: 7px solid #666633}

#lbImage {  position: absolute; left: 15; top: 15; padding: 15px; background-repeat: no-repeat}

#lbPrevLink, #lbNextLink {  display: block; position: absolute; top: 0; width: 50%; outline: none}
#lbPrevLink {  left: -30} /*-- #lbImage "padding" plus "left" --*/
#lbPrevLink:hover {  background: transparent url(prev.png) no-repeat 0 40%}
#lbNextLink {  right: 0}
#lbNextLink:hover {  background: transparent url(next.png) no-repeat 100% 40%}

#lbBottom {  font: Georgia; font-size: 13px; color: #666633; line-height: 18px; text-align: center; background: transparent; padding-top: 25px}
#lbCaption, #lbNumber {  padding-left: 15px}


#lbCloseLink {  display: none; float: right; width: 66px; height: 22px; background: transparent url() no-repeat center; margin: 5px 0; outline: none}
.lbLoading {  display: none; background: #CCCC99 url() no-repeat center}