body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
  border-bottom: 1px #AAA solid;
/*   text-align: center; */
  margin-top: 30px;
  padding-bottom: 5px;
  font-size: 30px;
}

h1 a {
  color: #5a5a5a;
}

div.mid {
   margin-top: 20px;
}

a:focus {
  outline: none;
}

div.test {
    width: 900px;
    margin-left: auto ;
    margin-right: auto ;
}

div#content {
    padding-top: 100px;
    margin-bottom: 50px;
    width: 900px;
    margin-left: auto ;
    margin-right: auto ;
}

h2 {
  font-variant: small-caps;
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

ul{
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  width:760px;
  padding-left: 5px;
  overflow:hidden;
  list-style-type: none;
  list-style-position: inside;
}
li {
  float:left;
  display:inline;
}

li.key {
  margin-bottom: 10px;
  font-weight: bold;
  width:30%;
  text-align: right;
}

li.description {
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  width:65%;
}

#images a.left {
  left: 15px;
}

#images a.right {
  right: 15px;
  left: auto;
}

#images a {
  text-decoration: none;
}


#images a.control {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #eee;
  color: #777;
  border: 2px solid #777;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  
  /* Disable text selection on double click */
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}

#images p {
  line-height: 20px;
}

#images .img-container {
  height: 377px;
}

#images {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
  padding-left: 65px;
  padding-right: 65px;
}

#images a:hover {
  background-color: #ccc;
  color: #555;
  border: 2px solid #555;
}
