#controls {
	color: #c4dfe0;
	font-size: 13px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	margin-bottom: 1em;
	text-align: center;
}

#controls img {
	vertical-align: bottom;
}

#controls #prev {
	cursor: pointer;
	margin-right: 1em;
}

#controls #next {
	cursor: pointer;
	margin-right: 4em;
}

#controls .extra {
	color: #c19b66;
	font-size: 85%;
	margin-left: 0.5em;
}

#controls .extra a {
	color: #c19b66;
}

#controls .extra a:hover {
	color: #ab7800;
}

#sidebar .category {
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #c19b66;
	display: block;
	height: 35px;
	font-size: 15px;
	line-height: 35px;
	margin-bottom: 1em;
	margin-left: 3em;
	padding-left: 45px;
	text-decoration: none;
}

#sidebar .category:hover, #sidebar .current {
	background-position: 0 -35px !important;
	color: #ab7800;
}

#carousel {
  clear: both;
	margin: 2em 1em;
}

#content .top {
  display: block;
  float: right;
  font-weight: bold;
  font-size: 85%;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  width: 260px;
}

#content .top a {
  color: #c19b66;
}

#content .top a:hover {
  color: #ab7800;
}
