ul.NavList {
	margin: 105px 0px 0px 300px;
}

ul.NavList li a {
  text-transform: lowercase;
  color: #C52728;
}

ul.NavList li a:hover {
  text-transform: lowercase;
  color: #999;
}

ul.NavList li.CurrentPosition {
	border-left: 1px solid #FFFFFF;
}

#Navigation {
	border-bottom: 1px solid #C52728;
}

#Credits {
	border-top: 1px solid #C52728;
}

a:active,
a:visited,
a:link {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}

a:hover img {
	border: 2px solid #FFFFFF;
}

.thumb-img {
  height: 120px;
  padding-bottom: 5px;
}
