body{
    background: black;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #777;
}

h1 {
  width: 135px;
  height: 25px;
  background: url(/static/images/screensaver_logo.png) 0 0 no-repeat;
  text-indent: -9999em;
  display: block;
  position: absolute;
}

h2 {
  position: absolute;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-left: -67px;
  left: 50%;
  line-height: 1em;
  padding-top: 8px;
}

h2 a {
  text-decoration: none;
  color: #fff;
}

#canvas { text-align: center; }

#canvas img { margin: auto; }

#photo-holder {
  display: inline-block;
  display: -moz-inline-block;
}

#photo-info {
  text-align: right;
  padding-top: 20px;
  font-size: 11px;
  font-weight: bold;
}

div#controls {
  display: none;
  position: fixed;
  top: 75%;
  left: 50%;
  width: 274px;
  height: 99px;
  margin-top: -49px;
  margin-left: -137px;
  background: url(/static/images/dweds/layout/photo/overlay.png) 0 0 no-repeat;
}

div#canvas:hover div#controls { display: block; }

div#controls h3 {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 16px;
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #eee;
  text-shadow: 0 -1px #000;
}

div#controls h3 a,
div#controls h3 a:hover { color: #fff; text-decoration: none; border-bottom: 1px dashed #ccc; }

div#controls button {
  width: 32px;
  height: 32px;
  text-indent: -9999em;
  display: block;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  margin-top: 32px;
  margin-right: 32px;
  float: left;
}

div#controls button#prev { background-image: url(/static/images/dweds/layout/photo/prev.png); }
div#controls button#next { background-image: url(/static/images/dweds/layout/photo/next.png); margin-right: 0; }
div#controls button.started { background-image: url(/static/images/dweds/layout/photo/pause.png); margin-left: 28px; }
div#controls button.stopped { background-image: url(/static/images/dweds/layout/photo/play.png); margin-left: 28px; }
div#controls button.shuffled { background-image: url(/static/images/dweds/layout/photo/linear.png); }
div#controls button.unshuffled { background-image: url(/static/images/dweds/layout/photo/shuffle.png); }

div#controls button:active {
  filter: alpha(opacity=67);
  opacity: 0.67;
  -moz-opacity: 0.67; }