/* Horizontal Carousel */
#horizontal_carousel {
  	width: 474px;
  	height: 295px;
	margin:10px 0 0 0;
  	position: relative;
}

#horizontal_carousel .container {
  width: 474px;
  height: 295px;
  position: relative;    
  overflow: hidden;
}

#horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 307px;
}                      

#horizontal_carousel ul li {
  width: 474px;
  height: 309px;
  text-align: center; 
  list-style:none;   
  float:left;
}

#horizontal_carousel .previous_button {
	position:absolute;
	z-index:100;
	margin:30px 0 0 0px;
	width: 36px;
	height: 239px;
	background: url(../images/galleries/btn_left.png);
	cursor: pointer;
	left: 0px;
}

#horizontal_carousel .previous_button_over {
  background: url(../images/galleries/btn_left.png);
}

#horizontal_carousel .previous_button_disabled {
  background: url(../images/x.gif);
  cursor: default;
}

#horizontal_carousel .next_button {
	position:absolute;
	z-index:100;
	margin:30px 0 0 445px;
	width: 36px;
	height: 239px;
	background: url(../images/galleries/btn_right.png);
	cursor: pointer;
	left: -7px;
	top: 0px;
}

#horizontal_carousel .next_button_over {
  background: url(../images/galleries/btn_right.png);
}

#horizontal_carousel .next_button_disabled {
  background: url(../images/x.gif);
  cursor: default;
}
#horizontal_carousel ul li div.picture{
	width:147px;
	height:91px;
	background:#ffffff;
	float:left;
	margin:0 11px 12px 0;
	text-align:center;
}
#horizontal_carousel ul li div.picture td{
	width:147px;
	height:91px;
}
div#holder{
	padding:12px 0 12px 0;
	width:464px;
	height:245px;
}
div#archiv a.active{
	font-weight:bold;
}

