
div.navigation {
	padding-top: 10px;
	text-align: center;
	float: none;
	margin-bottom: 20px;
	display: block;
	clear: both;
}

p, ul {
  margin: 0 6px;
  padding: 0;
}
img {
  display: block;
  margin: 0 auto;
  //border: 1px solid #ccc;
  border-bottom-color: #eee;
  border-left-color: #ddd;
  border-top-color: #bbb;
}
p.photo {
  margin: 0 0 10px 0;
  float: left;
  width: 75%;
  text-align: center;
  background-color: #fff;
  line-height: 1em;
}
p.photo a {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 4px 9px 4px;
  border: 1px solid #ccc;
  border-top-color: #eee;
  border-right-color: #ddd;
  border-bottom-color: #bbb;
  background-color: #fff;
  text-align: center;
}
p.photo a:hover {
  border-color: #ccc;
  background-color: #eee;
}
p.description {
  clear: left;
}

br {
	display: inherit;
}
ul.navigation {
  float: left;
  text-align: center;
  background-color: #fff;
  list-style: none; 
  //position: absolute;
  top: 10px;
  left: 20px;
	margin-bottom: 10px;
	margin-top: 0;
	margin-right: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	//position: relative;
	font-size: 80%;
}
ul.navigation li {
  display: inline;
  margin: 0;
  padding: 0;
}
ul.navigation a {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 4px 4px 6px;
  border: 0;
  background-color: #fff;
  text-align: center;
  width: 100px;
}
ul.navigation a:hover {
  background-color: #fc0012;
  border: 0;
}
p.photo a, p.thumb a, ul.thumbnails a {
  display: block;
  float: left;
  margin: 0;
  border: 1px solid #ccc;
  border-top-color: #eee;
  border-right-color: #ddd;
  border-bottom-color: #bbb;
  background-color: #fff;
  text-align: center;
	height: 170px;
	padding: 4px 4px 10px;
}
p.thumb a, ul.thumbnails a {
  width: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}
p.photo a:hover, p.thumb a:hover, ul.thumbnails a:hover {
  border: 1px solid #ccc;
  background-color: #fc0012;
	text-decoration: none;
}
ul.thumbnails a {
  width: 105px;
  margin-right: 10px;
	text-decoration: none;
	margin-bottom: 10px;
}
p.thumb, ul.thumbnails {
  margin: 0 0 10px 0;
  padding: 0;
  float: left;
  text-align: center;
  background-color: #fff;
  line-height: 1em;
  list-style: none;
}
ul.thumbnails li, ul.navigation li {
  display: inline;
  margin: 0;
  padding: 0;
}

.head0 {
	background-color: #000;
}
