body {
  font-family: arial, helvetica, sans;
  font-size: 10px;
}

html,#site {
  background-color: #ffffff;
}

img {
  display: block;
}

p {
  font-size: 14px;
}

a {
  color: #666666;
  font-weight: bold;
  text-decoration: none;
}

#outer_wrapper {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: fixed;
  display: table;
}

#splash #middle_wrapper {
  display: table-cell;
  vertical-align: middle;
}

#splash #inner_wrapper {
  margin: 1em auto;
  width: 600px;
  height: 530px;
}

#inner_wrapper {
  margin: auto;
  width: 600px;
  height: 630px;
}

#content {
  position: relative;
}

#thumbs1 {
  width: 180px;
  height: 620px;
  overflow: hidden;
  z-index: 1;
}

#thumbs2 {
  width: 180px;
  height: 620px;
  overflow: hidden;
  display: none;
  z-index: 1;
}

.thumb {
  float: left;
}

#slider_outer {
  position: relative;
  top: -620px;
  left: 180px;
  width: 420px;
  height: 600px;
  overflow: hidden;
}

#slider_inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 8640px;
  height: 600px;
  overflow: hidden;
}

.slide {
  float: left;
  width: 420px;
  height: 600px;
  text-align: center;
  overflow: hidden;
}

.slide img {
  display: inline;
}

#site #nav {
  border: 0px;
  display: inline;
}

