	.CommentsNumber {
		display: inline;
		float: left;
		width: 40px;
	}

	.ds {
		width: 34px;
		height: 34px;
		border: 1px solid grey;
		background: url(greyshade.png) no-repeat top;
		color: white;
		text-align: center;
	}
	
	.nc {
			font: bold 20px Arial;
			color: #eee;
			cursor: default;
	}

	
	#commentsTooltip {
		display: none;
		position: absolute;
		padding: 4px 8px 4px 8px;
		border: 1px solid grey;
		background-color: black;
		color: white;
	}
	

