	.showContent ul
	{
		list-style:none;
	}
	
	.showContent .lead ul
	{
		position:relative;
		list-style-type:circle
	}
	
		.showContent .lead ul li
		{
			padding-left:10px;
		}
		
			.showContent .lead ul li a
			{
				text-decoration:none;
				color:black;
			}
			.showContent .lead ul li a:hover
			{
				text-decoration:underline;
			}
			
.preview div.preview-img{
	float:left;
	margin:0 5px 5px 0;
	
}