#ChildList {
	clear : both;
}

#ChildList .childThumbnail{
		/* block level element only recognizes the text for some reason, so use the pic for the margin */
	
	margin : 0px;
	margin-right : 0.8em;
	margin-bottom : 1.0em; 

	float : right;
}

#ChildList .childThumbnail img {
	margin-top : 0px;
}



#ChildList .childNameAndSummary h3 {
	margin-top : 0px;
	padding-top : 0px;
}

#ChildList .childNameAndSummary {
	padding-bottom : 1.0em;
	
}

a.moreLink {
	white-space:nowrap;
}

