div.tickerContainerShort {
	position: relative;
	overflow: hidden;
	visibility: visible;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 112px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}

div.tickerContainer {
	position: relative;
	overflow: hidden;
	visibility: visible;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 172px;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}

div.tickerText {
	position: relative;
	visibility: visible;
	top: 0px;
	left: 0px;
	padding: 2px 2px 2px 2px;
	background-color: transparent;
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

div.caption {
	position: absolute;
	visibility: hidden;

	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: transparent;
}

