ol {
  list-style: none;
  padding-left: 1.5em;
  margin-top: 0;
}

h4 {
  margin-bottom: 1em;
}

#movie_info ol {
  list-style-type: disc;
}

#movie_desc h4, #movie_info h4 {
  border-bottom: 1px solid #9a9a9a;
}

#movie_list h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

#title_list ol {
  list-style-type: disc;
}

#title_list li {
  margin-bottom: 3px;
}

#snapshot_list ol {
  padding-left: 0;
  width: 100%;
}

#snapshot_list li #snapshot {
  float: left;
  width: 200px;
  padding-right: 20px;
  text-align: center;
}

#snapshot_list ol #movie_info {
  display: block;
  height:  160px;
  witdh: 100%;
}

a {
  text-decoration: none;
}

#homeicon {
width: 15px;
vertical-align: bottom;
}