
/* CATEGORIES */
/* --------------------------------- */
#categories {
  text-align: left;
  width: 200px;
  height: 250px;
  overflow: auto;
  padding:5px;
}
#categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#categories li {
  display: inline;
}

#categories a {
  display: block;
  padding: 5px 10px;
}
#categories a:hover, #categories a:active, #categories a:focus {
  color: #ffffff;
  background: #b7d0e4;
}

#categories a.at {
  font-weight: bold;
}

/* TITLE */
/* --------------------------------- */

#title {
}

#title h3 {
  margin-top: 0;
}

/* DESC */

#desc {
}

/* THUMBS */
/* --------------------------------- */

#thumbs {
  text-align: center;
  white-space : nowrap;
  width: 425px;
  height: 100px;
  overflow-x: scroll;
  margin-bottom: 10px;
}

#thumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#thumbs li {
  display: inline;
}

#thumbs a {
}

#thumbs img {
  border: solid 1px #377db7;
}

/* PAGES */
/* --------------------------------- */
/*
#pages {
  text-align: center;
  padding: 5px;
  border: dashed 1px #377cb7;
  margin-bottom: 10px;
}

#pages ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#pages li {
  display: inline;
  padding: 10px;
}

#pages a {
}

#pages a:hover, #pages a:active, #pages a:focus {
  color: #1d3d48;
}

#pages a.at {
  font-weight: bold;
}
*/

/* IMAGE */
/* --------------------------------- */

#image {
  text-align: center;
}

#image img {
  border: solid 1px #377db7;
}

