/* Horizontal Carousel */
#horizontal_carousel {
  width: 807px;
  height: 104px;
  margin-top:30px;
  position: relative;
}

#horizontal_carousel .container {
  float: left;
  width: 807px;
  height: 104px;
  margin-left:24px;
  position: relative;    
  overflow: hidden;
}

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

#horizontal_carousel ul li {
  width: 103px;
  height: 69px;
  margin-right:38px;
  text-align: left; 
  list-style:none;   
  float:left;
  background:none;
}

#horizontal_carousel .previous_button {
  position:absolute;
  margin:0;  
  width: 24px;
  height: 69px;
  background: url(../images/btn_left.gif);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/btn_left.gif);
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/x.gif);
  cursor: default;
}

#horizontal_carousel .next_button {
  position:absolute;
  margin:0 0 0 831px;  
  width: 26px;
  height: 69px;
  background: url(../images/btn_right.gif);
  z-index: 100;
  cursor: pointer;
}

#horizontal_carousel .next_button_over {
  background: url(../images/btn_right.gif);
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/x.gif);
  cursor: default;
}
#horizontal_carousel ul li div.picture{
	width:103px;
	height:69px;
	background:#ffffff;
	float:left;
	margin:0 10px 10px 0;
	text-align:center;
}
#horizontal_carousel ul li div.picture td{
	width:103px;
	height:69px;
}
div#holder{
	width:699px;
	height:457px;

}
div#archiv a.active{
	font-weight:bold;
}

