/***SCROLLER MAIN START***/
#galerie_scroll {
  width: 100%;
  clear: both;
  float: left;
  height: 215px;
  padding: 0 0 9px 0;
  z-index: 0;
}
#scroll_container {
	position: relative;
	left: 0;
	top: 0;
	width: 668px;
	height: 100%;
	overflow: hidden;
	float: left;
	display: inline;
	z-index: 0;
}
#scroll_content {
	position: relative;
	left: 0;
	top: 0;
	width: 10000px;
	z-index: 0;
}
#scroll_left {
  background: transparent url(/fileadmin/bittermannweiss/img/scroll_left.gif) left center no-repeat;
  height: 100%;
  width: 20px;
  float: left;
  cursor: pointer;
}
#scroll_left:hover {
  cursor: pointer;  
}
#scroll_right {
  background: transparent url(/fileadmin/bittermannweiss/img/scroll_right.gif) right center no-repeat;
  height: 100%;
  width: 20px;
  float: left;
  cursor: pointer;  
}
#scroll_right:hover {
  cursor: pointer;    
}
.thumbnail {
  float: left;
  padding: 0 10px 0 0;
  z-index: 0;
}
.thumbnail img {
  z-index: 0;
}

