@charset "UTF-8";
/* CSS Document */

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;
/*border: 5px solid #ff0000;  */ 
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
/* tmp: ausgeblendet
display:none; */
position:absolute;
left: -1000px;
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 10px; 
position: relative; 
list-style-type: none;
height: 80px;
/*background-color: #E8CB93;
opacity: 0.7;*/
position: absolute;
top: 230px;
z-index:1000;
} 
.stripTransmitter ul li{ 

float:left; 
margin: 10px 5px 10px 5px !important;

} 
.stripTransmitter a{ 

text-align: center; 

background: #DF9B16;
text-decoration: none; 
display: block; 
}
/* , a.current */
.stripTransmitter a:hover{ 
background: #A3170F; 
} 