.stock_indicator {
	position: relative;
	top: 3px;
	margin: 0 33px 15px 3px;
	width: 39px;
	height: 11px;
 	display: inline-block;
 	float: right;
	background: url(../images/stockindicator/sprite.png) repeat-x;
}

.red {}
.yellow { background-position: 0 -11px; }
.green { background-position: 0 -22px; }
