#sliderwrapper {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width:100%;
  height:auto;
  display:inline;
  }

.rslides {
  margin: 0 auto;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
    -moz-box-shadow:1px 1px 20px #999;
  -webkit-box-shadow:1px 1px 20px #999;
  box-shadow:0px 0px 3px #999;
  }

.rslides_container {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  float: left;
  width: 100%;
  max-width: 770px;
  display:inline;
  hheight:100%;
  mmin-height:170px;
  mmin-width:300px;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.5;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes_kreis_black.png") no-repeat left top;
  margin-top: -45px;
  margin-left: 10px;
  margin-right: 10px;
  }

.centered-btns_nav:active, .centered-btns_nav:hover {
  opacity: 0.9;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes_kreise.png") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin: 0px 20px 20px 0px;
  padding: 0px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #ccc;
  background: rgba(141,26,53, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(141,26,53,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(141,26,53,.3);
  box-shadow: inset 0 0 2px 0 rgba(141,26,53,.3);
  width: 9px;
  height: 9px;
  margin: 10px 2px 0px 0px;
  padding: 0px;
  }

.centered-btns_tabs a:hover,
.transparent-btns_tabs a:hover,
.large-btns_tabs a:hover {
  background: rgba(141,26,53, .4);
  }


.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(141,26,53, .8);
  }

.caption, .caption-rot {
  text-align: center;
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1.2em;
  text-shadow: none;
  color: #000;
  background: #fff;
  background: rgba(255,255,255, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  letter-spacing: 1px;
  }

.caption-rot {
    background: rgba(141,26,53, .7);
    color: #fff;
   }