#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;
}

#referenz_content .stripViewer ul { /* this is your UL of images */
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
margin:0;
padding:0;
}
#referenz_content .stripViewer ul li { /* each image is arranged horizontally */
float:left;
margin:0;
}
.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
text-align:center;
padding-left:2px;
}
.stripTransmitter ul { /* the auto-generated set of links */
position: relative;
list-style-type: none;
}
.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
width: 20px;
float:left;
margin: 1px 1px 1px 0;
}
#referenz_content .stripTransmitter a { /* the links. */
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #a9a9a9 ;
color: #fff;
text-decoration: none;
display: block;
}
#referenz_content .stripTransmitter a:hover { /* hover */
background: #FBAC18 ;
color: #fff;
}
#referenz_content .stripTransmitter a.current, #referenz_content .stripTransmitter a.current:hover { /* current */
background: #FBAC18;
color: #fff;
}

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

.stripTransmitter {
text-align:center;
}

#referenz_content ul {
width:auto;
}

#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;
}


#referenz_content .bildrahmen {
 width:404px;
 height:272px;
 text-align:center;
}
