.svw {
	width: 50px; 
	height: 20px; 
	background: #fff;
} 
.svw ul {
	position: relative; 
	left: -999em;
} 

.stripViewer {  
	position: relative; 
	overflow: hidden;    
	margin: 0 0 1px 0;
	/*
	height:80px;
	margin-left:2px;
	width:260px;
	*/
} 
.stripViewer ul { 
	margin: 0; 
	padding: 0; 
	position: relative; 
	left: 0; 
	top: 0; 
	width: 1%; 
	list-style-type: none; 
} 
.stripViewer ul li {  
	float:left;
	padding: 10px 0 10px 12px;
} 
.previews .btn_prev {
	position:absolute;
	display:block;	
	left:0;
	top:32px;
	width:25px;
	height:25px;
	z-index:400;
}
.previews .btn_next {
	position:absolute;
	display:block;	
	right:0;
	top:32px;
	width:25px;
	z-index:400;
	height:25px;
}
