/* Blurb Carousel */

#carousel_wrapper {
  height: 420px;
  margin:0 0 5px;
  border-bottom:1px solid #666666;
}

.cat_carousel {
  float:left;
  width: 240px;
  height: 420px;
  margin-bottom: 10px;
  position: relative;
}

.cat_carousel .container {
  width: 240px;
  height: 420px;
  overflow: hidden;
  position: relative;
}

.cat_carousel ul {
  margin: 0;
  padding:0;
  height: 100000px;
  position: relative;
  top: 0;
  left: 0;
}

.cat_carousel ul li {
  width: 240px;
  height: 420px;
  position:relative;
  list-style:none;
}

.cat_carousel ul li a.blurb_label {
  text-align: center;
  background-color:white; 
  position:absolute; 
  left:40px; 
  top:330px; 
  display:block; 
  width:200px; 
  height:30px; 
  padding:10px 0;
  font-size: 20px;
  font-style:italic;
}

.cat_carousel .previous_button {
  position:absolute;
  bottom: -1px;
  left: 120px;
  width:61px;
  height:40px;
  background: url(../images/blurb/nachoben-a.png);
  cursor: pointer;
}

.cat_carousel .previous_button_over {
  background: url(../images/blurb/nachoben-a.png);
}

.cat_carousel .previous_button_disabled {
  background: url(../images/blurb/nachoben.png);
  cursor: default;
}

.cat_carousel .next_button {
  position:absolute;
  bottom: -1px;
  left: 60px;
  width:60px;
  height:40px;
  background: url(../images/blurb/nachunten-a.png);
  cursor: pointer;
}

.cat_carousel .next_button_over {
  background: url(../images/blurb/nachunten-a.png);
}

.cat_carousel .next_button_disabled {
  background: url(../images/blurb/nachunten.png);
  cursor: default;
}


