/* ---------------------------------------------- */
/* ------------- 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:500px;

  }
#content #slideshow .inhalt
  {
  float:left;
  display:block;
  padding:0px;
  width:500px;
  padding:0px;
  }
#content #slideshow .inhalt ul#slide_content,
#content #slideshow .inhalt ul#slide_content li
  {
  float:left;
  }
#content #slideshow .inhalt ul#slide_content li
  {
  background:#8fa7c9;
  background-color:#3e68a5;
  /*margin-right:1px;*/
  }
#content #slideshow .inhalt ul#slide_content li span
  {
  float:left;
  }
#content #slideshow .inhalt ul#slide_content li span img
  {
  float:left;
  }
#content .jcarousel-container {
    position: relative;
}

#content .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    width:490px;
}

#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: 180px;
	width:162px;
	margin-right:1px;
    background:#cad5e7;
}

/**
 * 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:490px;
   }

#content .jcarousel-skin-tango.jcarousel-container-horizontal {
  width:490px;
   }


#content .jcarousel-skin-tango .jcarousel-clip-horizontal {
    height: 180px;
}

#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 {
	display:none;
    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 {
	display:none;
    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;
}
