/* liScroll styles */

#titel { /* the outer div with the black border */
width: 870px; 
height: 34px; 
margin: 0; 
padding: 0 10px 0 20px;
overflow: hidden; 
}
#titel .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 0;
top: 0;
width: 870px;
height: 34px;
overflow: hidden;
}
#titel ul { 
position: relative;
left: 870px;
list-style-type: none;
margin: 0;
padding: 0;

}
#titel ul li {
float: left;
margin: 0;
padding: 0 25px 0 0;
background: #fff;
line-height: 32px;
}
#titel ul a {
white-space: nowrap;
padding: 0;
color: #961B1E;
margin: 0 50px 0 0;
}
