﻿/*
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:225px;
    width:240px;
    overflow:hidden;
}

.nemTabScroll
{
    color:#FFFFFF;
    top:19px;
}
.nemScrollLeft,.nemScrollRight
{
	position:absolute;
    cursor:pointer;
    width:13px;
    height:16px;
	float:none;
	margin-left:255px;
}
.nemScrollLeft
{
	background:url(../../images/arrow-up.gif) no-repeat scroll 0% !important;
}
.nemScrollRight
{
	margin-top:210px;
    background:url(../../images/arrow-down.gif) no-repeat scroll 0% !important;
}

/*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 */
