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

/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;   
margin: 0 0 1px 0; 
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0 !important; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none !important; 
z-index: 0;
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: hidden;
margin:0; 
position:relative;
height: 100px;
width: 830px;
top: -110px;
z-index: 5000;
} 
.stripTransmitter ul {
margin:0;
padding: 0; 
position: relative;
list-style-type: none !important;
display: block;
height: 28px;
width: 830px;
top: 60px;
} 
.stripTransmitter ul li{ 
margin: 0;
display: block; 
height:28px !important;
float: left;
width: 50%;
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
width:28px !important;
height:28px !important; 
background:url(../images/sipky-hp.png) no-repeat;
color: #fff; 
text-decoration: none; 
display: block;
position: relative;
opacity: 0.6;
}
.stripTransmitter a:hover{
	opacity: 0.8;
}
.stripTransmitter a span {
	display: none;
}
.stripTransmitter a:hover, a.current{ 
color: #ff0000; 
} 
.stripTransmitter a#slider_step_left {
	background-position: 0 0;
	float: left;
	left: 20px;
}
.stripTransmitter a#slider_step_right {
	background-position: -28px 0;
	float: right;
	right: 20px;
}
