#left {
  padding-left: 0;
  text-align: justify;
}

/* CATEGORIES */
/* --------------------------------- */
#categories {
  text-align		: left;
  width				: 147px;
  /*overflow			: auto;*/
  padding			: 10px 0px 150px 0px;
   
	}
#categories ul {
  list-style-type	: none;
  margin			: 0;
  padding			: 0;

	}
#categories li {
  display			: inline;
  
	}

#categories a {
  display			: block;
  padding			: 5px 10px;
  border-top		: 1px dashed #4f72ac;
  font-weight		: bold;
  color				: #ffffff;
	}
#categories a:hover, #categories a:active, #categories a:focus {
  background		: #2e58ce;
  color				: #ffffff;
	}

#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: 95px !important;
  height: 100px;
  overflow-x: scroll;
  margin-bottom: 10px;
}

#thumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#thumbs li {
  display: inline;
}

#thumbs img {
  border: solid 1px #377db7;
}

#thumbs a {  }
*/

/* PAGES */
/* --------------------------------- */

#pages {
  text-align: center;
  padding: 5px;
  border: 1px solid #000000;
  background: #3567A6;
  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: #ffffff;
}

#pages a.at {
  font-weight: bold;
}


/* IMAGE */
/* --------------------------------- */

#image {
  text-align: center;
}

#image img {
  border: solid 1px #ffffff;
}


/* THUMBS */
/* --------------------------------- */

#thumbs {
  text-align: center;
}

#thumbs ul {
  margin: 0;
  padding: 0;
  list-display-style: none;
}

#thumbs li {
  display: inline;
}


#thumbs img {
  margin: 5px;
  border-width: 2px;
  border-color: #9AC6F5;
}

#thumbs li a { color: #9AC6F5; }

#thumbs a:hover img, #thumbs a:active img, #thumbs a:focus img {
  border-color: #760809;
