The list-style-image property specifies the image that will be used as list-item marker when image loading is turned on, replacing the marker specified in the list-style-type property.
<url> | none | inherit
ul { list-style-image: url("http://png.com/ellipse.png") }