/*
///////////////////////////////////
///								
///			Preload Classes
///
///////////////////////////////////
*/

.svw {width:100%; height:22.5em; background:#fff;} 
.svw ul {position:relative; left:-999em;} 
 

/*
///////////////////////////////////
///								
///			Core Classes
///
///////////////////////////////////
*/

.stripViewer {  
position: relative; 
overflow: hidden;  
border: none;   
margin: 0 0 1px 0; 
} 


/*
///////////////////////////////////
///								
///			UL of Images
///
///////////////////////////////////
*/

.stripViewer ul {
margin: 0; 
padding: 0; 
position: relative; 
width: 100%;
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 


/*
///////////////////////////////////
///								
///			Buttons
///
///////////////////////////////////
*/

.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0;
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 1.25em; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
background: #00ccdd; 
color: #fff; 
text-align: center; 
text-decoration: none; 
display: block; 
padding: 0.2em 0 0 0;
} 
.stripTransmitter a:hover{ 
background: #fff; 
color: #00ccdd; 
}
.stripTransmitter a.current{ 
background: #fff; 
color: #000; 
}