/* Horizontal Carousel */
#horizontal_carousel {
  float:left;
  width: 705px;
  height: 415px;
  margin-bottom: 0px;
  position: relative;  
}         

#horizontal_carousel .container {
	position: absolute;
	top: 0px;
	left: 30px;
	width: 645px;
	height: 415px;
	overflow:hidden;
	background-color: #fff;
}            

#horizontal_carousel .previous_button {
  position: absolute;
  top: 190px;
  left: 8px;
  width: 20px;
  height: 21px;
  background: url(classic/horizontal/g_left.gif) no-repeat;
  z-index: 100;    
  cursor:pointer;
}        

#horizontal_carousel .previous_button_disabled {
  background: url(classic/horizontal/g_left-disabled.gif);
  cursor:default;
}

#horizontal_carousel .next_button {
  position: absolute;
  top: 190px;
  right: 8px;
  width: 20px;
  height: 21px;
  background: url(classic/horizontal/g_right.gif) no-repeat;
  z-index: 100;
  cursor:pointer;
}   

#horizontal_carousel .next_button_disabled {
  background: url(classic/horizontal/g_right-disabled.gif);
  cursor:default;
}

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

#horizontal_carousel ul li img {
  border:0px solid #999999;
  display:block;  
  margin:0 0 0 0;
  padding: 0 0 0 0;
}                               

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

#horizontal_carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0 0 0 0;
  padding: 0 0 0 0;
  width:215px;
  list-style:none;   
  float:left;
}
.caption {
  margin-top: 10px;
  clear:both;
 }
 
 /*** Galerie Holzarten  ***/

#galerie_holzarten #horizontal_carousel {
  float:left;
  width: 705px;
  height: 415px;
  margin-bottom: 0px;
  position: relative;  
}         

#galerie_holzarten #horizontal_carousel .container {
	position: absolute;
	top: 0px;
	left: 43px;
	width: 618px;
	height: 415px;
	overflow:hidden;
}            

#galerie_holzarten #horizontal_carousel .previous_button {
  position: absolute;
  top: 190px;
  left: 10px;
  width: 20px;
  height: 21px;
  background: url(classic/horizontal/g_left.gif) no-repeat;
  z-index: 100;    
  cursor:pointer;
}        

#galerie_holzarten #horizontal_carousel .previous_button_disabled {
  background: url(classic/horizontal/g_left-disabled.gif);
  cursor:default;
}

#galerie_holzarten #horizontal_carousel .next_button {
  position: absolute;
  top: 190px;
  right: 10px;
  width: 20px;
  height: 21px;
  background: url(classic/horizontal/g_right.gif) no-repeat;
  z-index: 100;
  cursor:pointer;
}   

#galerie_holzarten #horizontal_carousel .next_button_disabled {
  background: url(classic/horizontal/g_right-disabled.gif);
  cursor:default;
}

#galerie_holzarten #horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 1000000px;
  position: relative;
  top: 0;
  left: 0;
  height: 415px;
}                      

#galerie_holzarten #horizontal_carousel ul li img {
  border:0px solid #999999;
  display:block;  
}                               

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

#galerie_holzarten #horizontal_carousel ul li {
  border:0px solid green;
  color:#E3EDFA;
  margin:0pt;
  padding: 0 0 0 0;
  width:103px;
  list-style:none;   
  float:left;
}
#galerie_holzarten .caption {
  position: absolute;
  top: 0px;
  width: 90px;
  height: 38px;
  padding: 5px;
  background-color: #fff;
  opacity: .5;
  filter: Alpha(opacity=50);
  font-size: 11px;
}

#galerie_holzarten .caption p {
  color: #000000;
  opacity: 1;
  filter: Alpha(opacity=100);
  margin: 0 0 0 0;
  padding: 0 0 0 0;

}

