#vertical-ticker{
height: 180px;
overflow: hidden;
margin: 0; 
padding: 0;
}    
#vertical-ticker li{
width: 370px;
height: 90px;
/*padding: 3px;*/
display: block;
background: #FFF;;
color: #333;
border-bottom: 1px solid #ddd;
}   
#vertical-ticker .name {
font-family: GnuolaneFree, Arial, sans-serif;
font-size: 16px;  
line-height: 16px; 
display: block;
margin: 0 3px 2px 0;
padding: 8px 0 0 0;
}    
#vertical-ticker .linkz{ 
color: #333;
text-decoration: none;
}    
#vertical-ticker .linkz:hover{ 
color: #126f83;
text-decoration: none;
}
#vertical-ticker IMG {
/*z-index: 1; 
width: 120px; */
}    

#vertical-ticker .text{ 
color: #333;
text-decoration: none;
} 
  
#vertical-ticker-btn .BTN{
font-size:16px;
color: #666;
text-decoration: none;
text-align: center;
background: #DDD;
width: 185px;
display: block;   
float: left; 
margin: 3px 0 0 0;
cursor: pointer;
transition: all 500ms ease-in-out;  
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
} 
#vertical-ticker-btn .BTN:hover{  
color: #FFF; 
background: #999; 
text-decoration: none;
} 