#slideshow ul { margin:0px; }

.stripTextBox {
  float:left;
  margin-bottom:10px;
  height:30px;
}
.stripTextBox .cont {
  text-align:center;
  padding:5px;
}
.svw {width: 50px; height: 20px; background: #fff;}
.svw ul{position: relative; left: -999em;}

.stripViewer { /* this is the DIV container for your UL of images */
 position: relative; 
overflow: hidden; 
border: 0px solid #d4d4d4; /* this is the border. should have the same value for the links */
margin: 0px;
padding:0px;
}

#content_txt .stripViewer ul { /* this is your UL of images */
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
margin:0;
padding:0;
}
#content_txt .stripViewer ul li { /* each image is arranged horizontally */
float:left;
margin:0;
}

.stripTransmitter ul { /* the auto-generated set of links */
margin:0;
padding:10px 0 0 117px;
list-style-type:none;
}
.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
float:left;
margin: 0 0px 0px 5px;
}
#content_txt .stripTransmitter a { /* the links. */
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #fff ;
color: #666666;
text-decoration: none;
display: block;
padding:0 18px;
}
#content_txt .stripTransmitter a:hover { /* hover */
background-image:url(/fileadmin/vorlage/img/bg_slide_a.gif);
background-repeat:repeat-x;
color: #fff;
}
#content_txt .stripTransmitter a.current, #content_txt .stripTransmitter a.current:hover { /* current */
background-image:url(/fileadmin/vorlage/img/bg_slide_a.gif);
background-repeat:repeat-x;
color: #fff;
}

#content_txt li {
margin-right:1px;
}

.stripTransmitter {
text-align:center;
}

#content_txt ul {
width:550px;
}

#play {left:380px;
position:absolute;
top:420px;}
a.svw_play, a.svw_stop {
  text-decoration:none;
  color:#ffffff;
  background-color:#a9a9a9;
  padding:1px 0;
  text-align:center;
  position:absolute;
  font-weight:bold;
  width:33px;
  margin-top:1px;
  line-height:20px;
  }
  
a:hover.svw_play, a:hover.svw_stop {
  background: #FBAC18;
}


#content_txt .bildrahmen {
 width:690px;
 height:327px;
 text-align:center;
}
#stripTextBox0 {display:none;}

