

p.marker {
	background-image: url(banner_gray.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 32px;
	width: 32px;
	position: relative;
	left: -5px;
	top: -7px;
	margin-right: 40px;
}

p.marker-act {
	background-image: url(banner_green.png);
}