/*preload classes*/ 
.svw {width: 50px; height: 20px;} 
.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; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left;
position:relative;
} 
.stripTransmitter {
padding:10px 0 10px 28px;
overflow: auto; 
width: 1%; 
/* modified by misbah */
position:absolute;
top:267px;
left:0;
width:770px !important;
height:22px;
overflow:hidden;
z-index:5;
/* end modified */
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #a7a4a0; 
color: #ffffff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #c1bfb9; 
color: #ffffff; 
} 
