#slider {
width:190px;
font: 12px/normal Arial, Helvetica, sans-serif;
border-bottom: 1px dotted #C6BFAA;
}
.header {
cursor: pointer; 
font-weight: bold;
color: #000;
border-top: 1px dotted #C6BFAA;
}
.content {
margin: 0 0 10px 0;
overflow:hidden; /*important: no other styling*/
}
#slider a:link, #slider a:visited {
display: block;
padding: 8px 0;
color: #000;
text-decoration: none;
outline: none;
}
#slider a:hover, #slider a:active {
color: #a9181c;
text-decoration: underline;
}
#slider .header a {
padding: 10px 0;
}
.plus {
padding-right: 10px;
background: url(../images/layout/plus1.gif) no-repeat right center;
}
.header.plus:hover {
background: url(../images/layout/plus2.gif) no-repeat right center;
}
