/*preload classes*/ 
.svw {
	background: transparent;
} 
.svw ul {
	position: relative; 
	left: -999em;
} 
 
/*core classes*/ 
.stripViewer {  
/*display: inline;
float: left;*/
position: relative; 
overflow: hidden;  
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 { 
display: inline;
float: left;
overflow: auto; 
width: 1%; 
position:relative;
bottom: 60px;
left: 5px;
z-index: 2;
} 
.stripTransmitter ul { 
margin: 0 0 0 10px; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
float:left; 
display:inline;
margin: 0 3px 0 0;
} 
.stripTransmitter a{ 
font-weight: bold;
text-align: center; 
width: 20px; 
height: 20px;
background: transparent url(img/boutons/page-select.png) no-repeat center; 
color: #AEA396;
text-decoration: none; 
display: block;
padding-top: 2px;
} 
.stripTransmitter  a.current{ 
color: #DA6D12; 
}
.stripTransmitter  a:hover{ 
color: #6D6059;
}