﻿#newsticker-demo { width: 240px; height: 300px; font-style: italic; overflow: hidden;  border-top:1px solid #404040;  border-bottom:1px solid #404040; }
#newsticker-demo .title { font-size: 14px; font-weight: bold; padding: 0px; /*color: #999999;*/ margin:0px; }
#newsticker-demo p { margin: 0px; padding: 0px; text-indent: 0px; /*color: #757575;*/ font-size:12px; line-height:1.1; }
#newsticker-demo ul { margin:0px; padding:0px; }
#newsticker-demo li { list-style: none; display: block; margin:0px; padding: 8px 0px; border-bottom: 1px dashed #404040; height: 60px; font-family: Arial; font-size: 12px; }
#newsticker-demo li a { }
.previous { outline: none; cursor: pointer; margin:0px 0px 0px 125px; vertical-align: bottom; padding:0px; }
.next { outline: none; cursor: pointer; margin:0px 0px 0px 125px; vertical-align: top; padding:0px; }
