#scroller_wrapper {
  overflow: visible;
  width: 793px;
  height: 189px;
  margin-left: -4px;
  background: url(/assets/scroller.png);
  padding-top: 5px;
  position: relative;
}

* html #scroller_wrapper {
	background: none;
}

* html #scroller_wrapper_inside {
  width: 793px;
  height: 189px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src=/assets/scroller.png)
}

* html #scroller_wrapper a {
	zoom: 1;
	z-index: 1;
}

* html .filter-links {
	z-index: 1;
	zoom: 1;
}

* html #scroller_filter {
	position: relative;
}

#scroller {

}

#scroller_filter {
  color: #5b5b5b;
  margin-left: 44px;
}

#scroller_filter ul, #scroller_filter li {
  margin: 0;
  padding: 0;
  list-style: none;
}


#scroller_filter li, #scroller_filter span {
  float: left;
  font-weight: normal;
  font-size: 90%;
  margin-right: 10px;
}

#scroller_filter li.first {
  background: none;
}

#scroller_filter li {
  padding-left: 12px;
  background: url(/assets/scroller_filter_separator.png) 0 center no-repeat;
}

#scroller_filter li a {
  color: #5b5b5b;
  text-decoration: none;
  display: block;
  float: left;
  text-align: center;
  text-indent: 5px;
}

#scroller_filter li a span {
  display: block;
  line-height: 18px;
  text-align: center;
  margin-right: 0;
  padding: 0 5px;
}

#scroller_filter li a:hover {
  background: #a3bd48 url(/assets/scroller_active_right.png) right center no-repeat;
  color: #fff;
}

#scroller_filter li a:hover span {
  background: url(/assets/scroller_active_left.png) left center no-repeat;  
}

#scroller {
  width: 704px;
  height: 130px;
  clear: left;
  overflow: hidden;
  clear: both;
  position: relative;
  left: 44px;
  top: 15px;
}

#scroller .headline {
  padding-right: 21px;
  float: left;
}

#scroller .headline img {
  padding: 2px;
}

#scroller .active img {
	border:  2px solid #a3bd48;
	padding: 0;
}

.scrollable a {
	float: left;
/*	margin-right: 12px; */
}

.scrollable a, .scrollable img {
	display: block;
}

#scroller_wrapper .scroll_prev {
  width: 23px;
  height: 18px;
  background: url(/assets/scroller_nav.png) 23px 0;
  position: absolute;
  text-indent: -999em;
  outline: none;
  top: 89px;
  right: 13px;  
}

#scroller_wrapper .scroll_next {
  width: 23px;
  height: 18px;
  background: url(/assets/scroller_nav.png) 0 0;
  position: absolute;
  text-indent: -999em;
  outline: none;
  top: 89px;
  left: 13px;
}

#update_content {
  margin-top: 30px;
}

#update_content h2,
#update_content h3,
#update_content h4,
#update_content p {
  font-weight: normal;
  line-height: 1.3em;
}

#update_content h2 {
  color: #5b5b5b;
  font-size: 164%;
}

#update_content h3 {
  color: #7f7f7f;
  font-size: 140.6%;
}

#update_content h3 p {
	margin: 0;
	font-size: 100%;
	line-height: 1.3em;	
}

#update_content h4 {
  color: #7f7f7f;
  font-size: 125%;
}

#update_content p {
  color: #5b5b5b;
  line-height: 1.4em;
  margin: 1em 0 0;
}

.img-scroller img {
  border: 1px solid #5b5b5b;
}

.img-scroller, .flashbox {
  float: left;
  margin: 0 20px 20px 0;
}

.img-scroller {
  color: #7f7f7f;
  font-size: 85%;
}

.img-scroller a {
  color: #7f7f7f;
  text-decoration: none;
}
.img-scroller {
  font-weight: normal;
}

.img-scroller .next {
  float: right;
}

.img-scroller .pagination {
  float: left;
}

a.download_button {
	display: block;
	width:  112px;
	height: 24px;
	background: url(/assets/download_pdf_button.png) 0 0 no-repeat;
	text-indent:  -999em;
	margin: 5px 0 0 5px;
	float:  left;
}