body {
    background: #222;
    color: #aab;
}

a {
    background: #222;
    color: #aab;
}

a:visited {
    background: #222;
    color: #aab;
}

a:hover {
    background: #666;
    color: #bbd;
}

#titlebar { display: none; }
.feeds { display: none; }

#thumbs {
    height: 170px;
    overflow: auto;
    padding: none;
}

#thumblist li {
    display: inline;
}

.slide {
    width: 160px;
    height: 160px;
    /* height: 230px; */
    padding: 0px;
    border: 1px black solid;
    float: left;
    text-align: center;
    vertical-align: center;
}

h2 {
    font: 16px arial, sans-serif;
    font-weight: bold;
}

.title { display: none;
    font: 14px "Trebuchet MS", verdana, arial, sans-serif;

}
.timestamp { display: none;
    font: 10px "Trebuchet MS", verdana, arial, sans-serif;

}

#large_container {
    text-align: center;
    padding: 32px;
}

#large {
    max-width: 100%;
    max-height: 100%;
    border: 2px red solid;
    width: auto;
    height: auto;
}

img {
    border: 0px;
    text-align: center;
    vertical-align: center;
}

.about {
    clear: both;
    display: block;
    font: 12px "Trebuchet MS", verdana, arial, sans-serif;
}

.feeds {
    float: right;
}

.navigation {
    height: 170px;
    line-height: 170px;
    display:inline-block;
    vertical-align:middle;
    text-align: center;
    position: absolute;
    float: left;
    width: 32px;
    background: white;
    color: 222;
    opacity: 0.5;
}
.navigation:hover {
    opacity: 1;
}
#playpause { display: hidden; }
#left { float: left; left: 0; }
#right { float: right; right:0; }
#slider {
  width: 80%;
  height: 6px;
  margin: 5px auto;
  position: relative;
  background: #AAA;
}

.ui-slider-handle {
  width: 8px;
  height: 14px;
  position: absolute;
  top: -4px;
  background: #888;
  border: solid 1px black;
}
