body
{
padding:0;
margin:0;
}
#nav
{
    height:100px;
    left:46px;
    position:relative;
    top:139px;
    width:100px;
    z-index:2;
}
        
#nav div
{
    position:absolute;
    cursor:pointer;
    height:15px;
    width:30px;
}
        
#prev
{   
    top:42px;
    left:0; 
}
        
#next
{   
    top:42px;
    right:0; 
}
        
#menu
{   
    top:0;
    left:36px; 
}
        
#play
{   
    bottom:0;
    left:36px; 
}
        
        
#wrapper
{

    width:190px;
    height:252px;
    margin:0 auto;
    position:relative;
}
ul#slideshow
{
    height:84px;
    margin-bottom:5px;
    margin-left:4px;
    margin-top:25px;
    padding:0;
    position:relative;
    width:140px;            
}    
ul#text
{
    height:84px;
margin-bottom:5px;
margin-left:4px;
margin-top:7px;
padding:0;
position:relative;
width:140px;
font-family: Tahoma !important;
line-height: 25px;
}    
        
ul#text ul
{
    margin:0;
    padding:0;
    text-align:center;
    width:70px;  
        float:right;
}    
      
img
{
    border: none;
}
        
#text li
{
    color: #000000;
    display: inline;
    line-height: 20px;
    padding: 0 5px 5px 5px;
    font-size:11px;
    display:block;
}
        
.main-container
{
    -moz-border-radius:10px 10px 10px 10px;
    height:170px;
    text-align:center;
    width:175px;
}

.list-container
{
    left:23px;
    position:absolute;
    top:15px;
    z-index:2;
}
        
.station
{
     cursor:pointer;
    font-size: 11px;
    text-align: center;
    width: 100%;
    font-family: Arial;
}

#slideshow li
{
    display:none;
}

select
{
    width: 143px;
    margin-left: 1px;
    margin-top: 4px;
    height: 109px;
    padding: 0;
    border: 0 none;
}
        
#status
{
    position: absolute; 
    top: 21px; 
    left: 26px; 
    font-size: 11px; 
    display: block;
}
        
#slideshow img { visibility: hidden;}
#slideshow img.first { visibility:visible; }
        