/*preload classes*/ 
.svw {width: 50px; height: 20px; padding: 5px;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;  
border: 2px solid #000;   
margin: 0 0 10px 0;
padding-bottom: 25px;

} 

.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;
height: 425px;
text-align: center;
color: #fff;
background: #000;
}
.stripViewer ul li span {  
	margin-top: 0;
}
.stripTransmitter { 
overflow: auto; 
width: 1%;
margin-left: 6px;
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 25px;
height: 25px;
float:left; 
margin: 3px 6px 7px 0; 
} 
.stripTransmitter a{ 
font: bold 9px Verdana, Arial, sans-serif;
text-align: center; 
/*line-height: 25px; */
line-height: 20px;
background: #e2e7ee;
/*background: url(/images/virtualtour-tabs.png);*/
color: #000;
border: 1px solid #4a5c6b;
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #4a5c6b; 
color: #e2e7ee;
/*background: url(/images/virtualtour-tabs.png);*/
border: 1px solid #4a5c6b;
} 
 

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
