﻿/*
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:716px;
  height:92px;
  overflow:hidden;
}
.nemTickerContent div {
	background: url(../images/dot-v.gif) repeat-y;
	margin:0 10px;
	padding: 10px 0 10px 20px;

}
/*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 */
