/* ---------------------------------------------- */
/* ------------- Carousel Startseite ------------ */
/* ---------------------------------------------- */
/* SEB */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
#content #slideshow
  {
  float:left;
  padding:0px;
  width:720px;

  }
#content #slideshow .inhalt
  {
  float:left;
  display:block;
  padding:0px;
  width:660px;
  padding:30px 20px 0px 40px;
  }
#content #slideshow .inhalt ul
  {
  float:left;
  }
#content #slideshow .inhalt ul li a
  {
  position:absolute;
  bottom:34px;
  }
#content #slideshow .inhalt ul li span
  {
  float:left;
  border:1px solid #4c4b53;
  }
#content #slideshow .inhalt ul li span img
  {
  float:left;
  border:1px solid #ece5ce;
  }
#content .jcarousel-container {
    position: relative;
}

#content .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width:660px;
}

#content .jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

#content .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    height: 174px;
	padding-right:10px;
   /* background:url(../images/bg_slide.jpg) no-repeat 0px 0px;*/
    position:relative;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
#content .jcarousel-next {
    z-index: 3;
    display: none;
}

#content .jcarousel-prev {
    z-index: 3;
    display: none;
}


#content .jcarousel-skin-tango.jcarousel-container {
  width:660px;
   }

#content .jcarousel-skin-tango.jcarousel-container-horizontal {
  width:660px;
   }


#content .jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 174px;
}

#content .jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right:0px;
}

#content .jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 0px;
}

#content .jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
#content .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 64px;
    left: 656px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../images/weiter.jpg) no-repeat 0px 0px;
}

#content .jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: 0 0px;

}

#content .jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: 0 0px;
}

#content .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
#content .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
#content .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
                visibility: hidden;
}

#content .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 64px;
    left: -31px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: transparent url(../images/zurueck.jpg) no-repeat 0px 0px;
    }

#content .jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: 0 0px;
}

#content .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 0px;
}

#content .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
#content .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
#content .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
                visibility: hidden;
}

