html {
  background-color: #202020;
  font-family: Helvetica, Arial;
  font-size: 10pt; }

body {
  padding: 0;
  margin: 0;
  font-family: helvetica; }

#head {
  height: 49px;
  line-height: 49px;
  background-color: #111111;
  border-bottom: 1px solid #454545;
  text-align: right;
  color: #fff; }
  #head .content {
    margin: 0 auto;
    height: 49px;
    line-height: 49px;
    background-color: #111111;
    position: relative; }
    #head .content a.logo {
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      height: 49px;
      width: 210px;
      background: url(images/logo.gif) 20px center no-repeat;
      text-decoration: none; }
  #head .beta {
    position: absolute;
    height: 49px;
    line-height: 49px;
    top: 0;
    right: 20px;
    color: #707070;
    font-size: 1em; }
    #head .beta strong {
      color: #fff; }
    #head .beta a {
      color: #707070; }

#content {
  width: 100%;
  background: transparent; }

#bottomPanel {
  border-top: 1px solid #454545;
  background-color: #111111;
  height: 84px; }

#thumbs {
  position: relative;
  width: 100%;
  height: 64px;
  overflow: hidden;
  z-index: 1; }
  #thumbs .scroller {
    position: absolute;
    top: 5px;
    height: 74px;
    width: 100%;
    overflow: auto;
    z-index: 2; }
  #thumbs ul {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 60px; }
    #thumbs ul li {
      list-style: none;
      margin: 0;
      background-color: #454545;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      position: absolute;
      top: 0;
      width: 54px;
      height: 54px; }
      #thumbs ul li.current, #thumbs ul li.hovered {
        background-color: white; }
      #thumbs ul li a {
        position: absolute;
        top: 2px;
        left: 2px;
        display: block;
        width: 50px;
        height: 50px;
        display: block;
        background-position: center center;
        text-decoration: none;
        overflow: hidden; }
        #thumbs ul li a img {
          position: absolute; }

#photo {
  background-color: #202020;
  text-align: center;
  padding: 20px;
  position: relative; }

a.button {
  position: absolute;
  width: 52px;
  height: 52px;
  background-color: #111111;
  border: 1px solid #454545;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 3; }
a.nextPhoto {
  background: #111111 url(/inc/css/images/nextPhoto.gif) center center no-repeat; }
a.previousPhoto {
  background: #111111 url(/inc/css/images/previousPhoto.gif) center center no-repeat; }
a.scrollerLeft {
  background: #111111 url(/inc/css/images/scrollerLeft.gif) center center no-repeat;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
a.scrollerRight {
  background: #111111 url(/inc/css/images/scrollerRight.gif) center center no-repeat;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
a.slideshow {
  background: #111111 url(/inc/css/images/slideshow.gif) center center no-repeat; }
a.stopSlideshow {
  background: #111111 url(/inc/css/images/stopSlideshow.gif) center center no-repeat; }
a.pauseSlideshow {
  background: #111111 url(/inc/css/images/pauseSlideshow.gif) center center no-repeat; }
a.fullscreen {
  background: #111111 url(/inc/css/images/fullscreen.gif) center center no-repeat; }
a.exitFullscreen {
  background-image: url(/inc/css/images/exitFullscreen.gif); }

#bottomPanel a.button {
  border: 1px solid #111111; }
  #bottomPanel a.button:hover {
    border: 1px solid #454545; }

#thumbs a.button {
  width: 26px; }

#photo img.photo {
  display: inline;
  border: 5px solid white;
  -webkit-box-shadow: black 5px 5px 10px;
  -moz-box-shadow: 5px 5px 10px black;
  box-shadow: black 5px 5px 10px;
  -ms-interpolation-mode: bicubic; }
#photo .loadingIndicator {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #000; }
  #photo .loadingIndicator img {
    position: absolute;
    top: 5px;
    left: 5px; }
#photo .slide {
  width: 100%;
  height: 100%; }

#slideshowControls {
  width: 123px;
  height: 64px;
  border: 1px solid #454545;
  background-color: #111111;
  position: absolute;
  left: 0;
  bottom: 40px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  display: none; }

#tooltip {
  position: absolute;
  bottom: 72px;
  display: none;
  z-index: 100;
  overflow: visible;
  background: url(/inc/css/images/tooltipArrow.gif) bottom center no-repeat; }
  #tooltip .content {
    background-color: #fff;
    -webkit-border-radius: 2px;
    position: relative; }
    #tooltip .content img {
      position: absolute;
      top: 2px;
      left: 2px; }
