/* vertical ##############################*/
.vertical {
  width: 260px;
  height: 100%;
  margin: 0 auto;
  }
  
.vertical .carousel {
  width: 260px;
  height: 552px;
  margin: 0 auto;
  position: relative;
  padding: 50px 0;
  }
  
.vertical .carousel_container {
  width: 265px; /* 3x220 + 3x1px margin */
  height: 585px;
  overflow: hidden;
  /*padding: 0 50px;*/
  position: relative;
  z-index: 0;
  }
  
.vertical ul  { 
  height: 1980px;
  width: 260px;
}
  
.vertical ul li {
  width: 265px;
  height: 180px;
  display: block;
  float: left;
  margin-right: 1px;
  margin-bottom: 15px;
  padding-left: -2px;
  position: relative;
  }


.vertical ul li a {
  width: 260px;
  height: 180px;
  /*background: #CCC;*/
  display: block;
  color: #fff;
  }
  
.vertical ul li .caption {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  }
  
.carousel_up, .carousel_down {
  position: absolute;
  width: 260px;
  height: 26px;
  display: block;
  text-indent: -9999px;
  }
  
.carousel_up { 
  top: 15px;
  background: url(../../../img/bandsRechts_oben.png) center center no-repeat;
  }
.carousel_down { 
  bottom: -5px;
  background: url(../../../img/bandsRechts_unten.png) center center no-repeat;
  }
  
.disable { display: none; }

.inner .inner {
  border: 2px solid #494632;
}