body {
  margin: 0;
  padding: 0;
  text-align: left;
  font: 11px/15px helvetica, arial, san-serif;
}
hr {
  background: #cccccc;
  border: 0;
  height: 1px;
  line-height: 1px;
  margin: 15px 0;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover { text-decoration: underline; }
img { border: 0; }
h1, h2, h3 {
  font-family: "ltc-bodoni-175-1", "ltc-bodoni-175-2";
  font-weight: normal;
}
#splash {
  margin: 15px auto;
  padding: 0px;
  text-align: left;
}
#side, #view, #site {
  float: left;
  margin: 15px;
  padding: 0px;
}
#site { width: 1020px; }
#side { width: 260px; }
#view { width: 640px; }
#side ul.open_collection { margin: 15px 0 15px 15px; }
#side a {
  color: #666666;
  text-decoration: none;
}
#side a:hover {
  color: #000000;
  text-decoration: none;
}
#side .selected a { color: #000000; }
#side .show_contact { cursor: pointer; }
#side .contact { display: none; }
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li { margin: 0 0 15px; }
ul li.selected {
  font-weight: bold;
  color: #000000;
}
ul li.selected a { color: #000000; }
.collection_description, #page {
  font-size: 13px;
  line-height: 21px;
  color: #333333;
}
.collection_description {
  margin: 15px;
  padding: 15px;
  border-top: 1px #000000 solid;
}
.images { text-align: center; }
.images .image { display: none; }
.images .controls { display: none; }
.images .icons { display: none; }
.images .controls {
  -moz-opacity: 0.5;
  filter: alpha(50);
  opacity: 0.5;
}
.images .controls {
  text-align: center;
  margin: 10px 0 15px 0;
}
.images .controls div {
  cursor: pointer;
  padding: 0 10px;
  display: inline-block;
  zoom: 1;
}
.images .icons { margin-bottom: 15px; }
.images .icons .icon.active { background: #000000; }
.images .icons .icon {
  padding: 2px;
  margin: 0px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.dumb_player_ui { background: #ffffff; }
.dumb_player_ui button {
  padding: 0;
  border: none;
  background: none;
  font-weight: bold;
  width: 50px;
  text-align: left;
}
.dumb_player_ui button:hover { text-decoration: underline; }
.dumb_player_ui .duration { display: none; }
.dumb_player_ui .time { display: none; }
.dumb_player_ui .scrubber { position: relative; }
.dumb_player_ui .scrubber .indicator { display: block; }
.dumb_player_ui .scrubber .thumb {
  font-size: 1px;
  text-height: 1px;
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 10px;
  width: 10px;
  background: #666666;
  z-index: 99;
}
.dumb_player_ui .scrubber .track {
  font-size: 1px;
  text-height: 1px;
  position: relative;
  height: 10px;
  width: 100%;
  background: #999999;
  z-index: 1;
}
.dumb_player_ui .scrubber .buffer {
  font-size: 1px;
  text-height: 1px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 10px;
  width: 10px;
  background: #cccccc;
  z-index: 50;
}
.video img { border: 5px #ffffff solid; }
.video.active { font-weight: bold; }
.video.active img { border: 5px #cccccc solid; }
#player, .super_dumb_player { background: none; }
#player_box {
  height: 420px;
  background-repeat: no-repeat;
}
.videos { text-align: center; }
.videos .video {
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  width: 120px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.videos .video:hover { text-decoration: underline; }
.videos .video.playing { color: #000000; }
