#newsticker-demo
{
    width: 158px;
    height: 325px;
    overflow: hidden;
    border-top: 1px solid #dddddd;
}
#newsticker-demo .title
{
    font-size: 14px;
    font-weight: bold;
}
#newsticker-demo p
{
    margin: 0px;
    padding: 10px 0px 0px 5px;
}
#newsticker-demo ul
{
}
#newsticker-demo li
{
    list-style: none;
    display: block;
    padding: 7px 0px;
    border-bottom: 1px solid #dddddd;
    height: 175px;
    font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
}
#newsticker-demo li a
{
    color: red;
}
#newsticker-yorum
{
    width: 158px;
    height: 325px;
    overflow: hidden;
    border-top: 1px solid #dddddd;
}
#newsticker-yorum .title
{
    font-size: 14px;
    font-weight: bold;
}
#newsticker-yorum .username
{
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}
#newsticker-yorum p
{
    margin: 0px;
    padding: 10px 0px 0px 5px;
}
#newsticker-yorum ul
{
}
#newsticker-yorum li
{
    list-style: none;
    display: block;
    padding: 7px 0px;
    border-bottom: 1px solid #dddddd;
    height: 175px;
    font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
}
#newsticker-yorum a
{
    color: #555;
}
#newsticker-yorum a:hover
{
    color: #000;
}
.previous
{
    outline: none;
    cursor: pointer;
    margin-left: 75px;
    vertical-align: bottom;
}
.next
{
    outline: none;
    cursor: pointer;
    margin-left: 75px;
    vertical-align: top;
}