﻿/* The basicTickerTape styles are required */
#TickerBox{
	width:290px;
	height:255px;
}


div.basicTickerTape {
	width: 250px;
	height: 250px;
	overflow: hidden;
	position: relative;
	text-align: left;
	padding: 5px;
}

div.basicTickerTape ul {
	position: absolute;
	left: 5px;
}

/* The basicTickerTape styles are required */


div.styledTickerTape {
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	height: 250px;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
}

	div.styledTickerTape ul {
	list-style-image: url(../PV_Images/LI_Arrow.png);
	list-style-position: outside;
	padding-top: 0px;
	padding-left: 3px;
	}

		div.styledTickerTape ul li {
	width: 190px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 0px;
		}

			div.styledTickerTape ul li p {
				margin: 0;
				padding: 0;
			}

	div.styledTickerTape a {
		color: black;
	}
	