.css {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
}
.css2 {

	list-style-position: inside;
	list-style-image: url(images/bullet.gif);
	list-style-type: circle;
}
