﻿/*
nemTicker.css
Paul Graves Oct '08
Styles for the nemTicker widget
*/
/*EDITABLE STYLES - Edit tha styles below to change the widgets look and feel */
.nemTicker
{
    height:16px;
    width:650px;
    overflow:hidden;
}
.nemTicker ul
{
    white-space:nowrap;
    float:left;
    display:inline;
    
}
.nemTickerContent div
{
   margin:0px 5px 5px 0px;
}
/*END OF EDITABLE STYLES */

/* STATIC STYLES DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING */
.nemTickerContent div
{
    list-style-type:none;
    padding: 0px;
}
/*END STATIC STYLES */

