#listticker{/*general settings*/
text-align:left;
height:320px;
overflow:hidden;
padding:6px 6px 6px 6px;
margin-bottom: 4px;
}
#listticker ul{/*list general settings*/
border:0;
margin-bottom:0;
padding:0;
list-style:none;
background:#f4f4f4;
}
#listticker li{/*single list element settings*/
padding:5px;
list-style:none;
margin-top:5px;
border:dashed 1px #417135;
background:#ffffff;
}
#listticker a{/*link settings*/
	color: #417135;
	font-weight: bold;
}
#listticker p{/*link settings*/
}
