body {
    background-color: #f1eac7;
    margin: 0 0 0 0;
    font-size: 12px; 
    font-family: Verdana, Arial Unicode MS; 
    color: #663300; }
TD { 
    font-size: 12px; 
    font-family: Verdana; }
A:link { 
    color: #cc0033; 
    text-decoration: underline; 
    font-weight: bold; }
A:visited  { 
    color: #993300; 
    text-decoration: underline; 
    font-weight: bold; }
A:active { 
    color: #cc0033; 
    text-decoration: none; }
A:hover { 
    color: #ffffff; 
    background-color: #993333;
    text-decoration: none; }
hr {
    border-style: solid;
    border-color: #a2855b;
    height: 1px;
    width: 90%; }
.menu {
    color: #a2855b;
    text-align: center; }
.foot {
    font-size: 10px; 
    color: #a2855b;
    text-align: center; }
#gsHeader { 
    display: none; } 
#gsFooter { 
    display: none; }
.giDescription { 
    font-size: 10px; }
.giTitle { 
    font-size: 10px;
    font-style: italic; }
.gcBackground1 {
    background-color: #d7d1b4;
    padding: 5px; }
.gcBackground2 {
    background-color: #f1eac7;
    padding: 5px; }
td.giAlbumCell, td.giItemCell {
    padding: 1em;
    text-align: center; }
#gsNavBar div.gbBreadCrumb {
    margin: 0;
    padding: 4px 8px; }
#gsNavBar div.gbBreadCrumb a, #gsNavBar div.gbBreadCrumb span {
    padding: 0 0 0 14px;
    background: url('../gallery/themes/EclecticThreads/images/icon_path_separator.gif') no-repeat left; }
#gsNavBar div.gbBreadCrumb a.BreadCrumb-1 {   /* no :first-child in IE */
    padding-left: 0;
    background-image: none;
    white-space: nowrap; }

div.gbNavigator div.next-and-last {
  float: right;
}
div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: right;
}

div.gbNavigator a.first {
  padding-left: 27px;
  background: url("../gallery/themes/EclecticThreads/images/nav_first.gif") left no-repeat;
}

div.gbNavigator a.previous {
  padding-left: 27px;
  background: url("../gallery/themes/EclecticThreads/images/nav_prev.gif") left no-repeat;
}

div.gbNavigator a.next {
  padding-right: 27px;
  background: url("../gallery/themes/EclecticThreads/images/nav_next.gif") right no-repeat;
}

div.gbNavigator a.last {
  padding-right: 27px;
  background: url("../gallery/themes/EclecticThreads/images/nav_last.gif") right no-repeat;
}

div.gbNavigator div.first-and-previous img {
  vertical-align: middle;
  padding-right: 0.5em;
}
div.gbNavigator div.next-and-last img {
  vertical-align: middle;
  padding-left: 0.5em;
}

#gallery.rtl div.gbNavigator div.next-and-last {
  float: left;
}
#gallery.rtl div.gbNavigator div.next-and-last.no-previous {
  float: none;
  text-align: left;
}
#gallery.rtl div.gbNavigator div.first-and-previous {
  text-align: right;
}
/* Both IE and Gecko have bugs with omitting padding on rtl inline content */
#gallery.IE.rtl div.gbNavigator a {
  display: inline-block;
}
#gallery.gecko.rtl div.gbNavigator a {
  display: -moz-inline-box;
}

#gallery.rtl div.gbNavigator a.first {
  padding: 0 27px 0 0;
  background: url("../gallery/themes/EclecticThreads/images/nav_last.gif") right no-repeat;
}
#gallery.rtl div.gbNavigator a.previous {
  padding: 0 27px 0 0;
  background: url("../gallery/themes/EclecticThreads/images/nav_next.gif") right no-repeat;
}
#gallery.rtl div.gbNavigator a.next {
  padding: 0 0 0 27px;
  background: url("../gallery/themes/EclecticThreads/images/nav_prev.gif") left no-repeat;
}
#gallery.rtl div.gbNavigator a.last {
  padding: 0 0 0 27px;
  background: url("../gallery/themes/EclecticThreads/images/nav_first.gif") left no-repeat;
}
#gallery.rtl div.gbNavigator div.first-and-previous img {
  padding: 0 0 0 0.5em;
}
#gallery.rtl div.gbNavigator div.next-and-last img {
  padding: 0 0.5em 0 0;
}