/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 510px;
  height: 200px;
  margin-bottom: 10px;
  position: relative;
}

#horizontal_carousel .container {
  position: absolute;
  top: 5px;
  left: 45px;
  width: 436px;
  height: 90px;
  overflow:hidden;
  background: #fff;
}

#horizontal_carousel .previous_button {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 27px;
  height: 90px;
  background: url(/kernfragen/wGlobal/layout/images/buttons/left.gif) left center no-repeat;
  z-index: 100;
  cursor:pointer;
}

#horizontal_carousel .previous_button_disabled {
  background: url(/kernfragen/wGlobal/layout/images/buttons/left-disabled.gif) left center no-repeat;
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 27px;
  height: 90px;
  background: url(/kernfragen/wGlobal/layout/images/buttons/right.gif) right center no-repeat;
  z-index: 100;
  cursor:pointer;
}

#horizontal_carousel .next_button_disabled {
  background: url(/kernfragen/wGlobal/layout/images/buttons/right-disabled.gif) right center no-repeat;
  cursor:default;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 90px;
}

#horizontal_carousel ul li img {
  border:0;
  display:block;
  background:#E3EDFA;
}

#horizontal_carousel ul li {
  font-family:verdana,arial,sans-serif;
  font-size:10px;
}

#horizontal_carousel ul li {
  border:0px;
  color:#000;
  margin:0pt;
  padding: 15px 5px 5px;
  list-style:none;
  float:left;
}

.hilite_carousel {
	position: absolute;
	top: 13px;
	left: 178px;
	width: 76px;
	height: 60px;
	border:2px solid #B3161C;
	z-index: 10;
}
