.sprite-arrows{
	height: 12px; 
	background-image: url('/img/layout/price-change-sprites.png'); 
	background-repeat: no-repeat; 
	position: relative; 
	top: 4px; 
}

.sprite-arrows.sprite-arrow-positive{
	width: 9px; 
	background-position: 
	0px 0px;
}

.sprite-arrows.sprite-arrow-negative{
	width: 9px; 
	background-position: -10px 0px;
}

.sprite-arrows.sprite-arrow-neutral{
	width: 12px; 
	background-position: 0px -12px;
}