#GistSubsectionImageLinks {
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	display:block;
}
.GistSubsectionImageLinks_row{
	display:block;
	width:100%;
	margin-bottom:20px;
}
.GistSubsectionImageLinks_cell{
	display:block;
	width:32%;
	margin-right:1%;
	vertical-align:top;
	text-align:left;
	float:left;
	overflow:hidden;
}
.GistSubsectionImageLinks_widecell{
	display:block;
	width:32%;
	margin-right:18%;
	vertical-align:top;
	text-align:left;
	float:left;
	overflow:hidden;
}

.GistSubsectionImageLinks_right{
/*just allows us to right align stuff in a left aligned div*/
	display:block;
 	width:100%;
 	text-align:right;
}