﻿/*
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 {
  width:389px;
  height:86px;
  overflow:hidden;
  float: left;
}
.nemTickerContent div {
	background: url(../images/dot-v.gif) repeat-y;
	padding: 0 0 0 0;
}
.nemTickerContent  {
	padding: 0px !important;
}
/*END OF EDITABLE STYLES */

/* STATIC STYLES DO NOT EDIT UNLESS YOU KNOW WHAT YOU ARE DOING */
.nemTickerContent div {
  list-style-type:none;
}
/*END STATIC STYLES */

