.stockticker {
  position: relative;
  width: 800px;
  height: 30px;
  color: #ffffff;
  background-color: #808e95;
  overflow: hidden;
  margin: 0px;
  /*background-image: url(../images/tickerback.png);*/
}
.capleft {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}

.capright {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 999;
}

#ticker{
				position: absolute;
				top: 3px;
				left:800px;
				height: 26px;
				width:10000px;
				font-size: 14px;
		  }	 
#ticker span {
	padding: 0px 20px 0px 0px;
}

.up {
	font-weight: normal;
	color:#00ff00;
}

.down {
	font-weight: normal;
	color: #ff0000;
}

.title {
	font-weight: bold;
}

.attention a:visited {
	font-weight: bold;
	color: #ffcc00;
}
.attention a:link {
	font-weight: bold;
	color: #ffcc00;
}
.attention a:hover {
	font-weight: bold;
	color: #ff9900;
}


#ticker span img { 
	vertical-align: middle; 
	margin: 0px 4px 0px 4px;
	border: none;
}
