#slideee li {list-style:none; margin: 0px;}

/* slideViewer 1.0 default styles */
.svw {width: 50px; height: 20px; background: #fff; overflow: hidden; } 
.svw ul {position: relative; left: -999em;} 


.stripViewer { /* this is the DIV container for your UL of images */
overflow: hidden; 
border: 5px solid #e87d1e; /* this is the border. should have the same value for the links */
margin: 0px 0px 0px 0px;
}
.stripViewer ul { /* this is your UL of images */
position: relative;
margin: 0px;
padding: 0px;
list-style-type: none;
overflow: hidden; 

}
.stripViewer ul li { /* each image is arranged horizontally */
left: 0;
top: 0;
float:left;
width: auto;
height: auto;
overflow: hidden; 

}



.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
overflow: auto;
}
.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: 0 1px 1px 0;
}
.stripTransmitter a{ /* the links. */
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background: #e87d1e;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover { /* hover */
background: #c2cd23;
color: #fff;
}
.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
background: #c2cd23;
color: #fff;
}
/* end slideViewer default styles */

