<style>

/* 3 Column Span - 5 Images */
/* ======================== */
/* Set width of outer box and hide overflow */
.span3_5img {
	width: 784px;
	overflow: hidden;
}

/* Adjust default padding from list element */
.span3_5img UL { padding-left: 36px; }

/* Remove bullets, set margin of photos and set inline */
.span3_5img UL LI {
	float: left;
	margin: 0 52px 22px 0;
	list-style-type: none;
}

/* Remove margin from last item for proper row wrapping */
.span3_5img UL LI.last { margin-right: 0; }

/* Enforce image size  */
.span3_5img UL LI A IMG {
	width: 100px;
	height: 75px;
}

/* 3 Column Span - 3 Images */
/* ======================== */
/* Set width of outer box and hide overflow */
.span3_3img {
	width: 784px;
	overflow: hidden;
	height: 151px;
}

/* Adjust default padding from list element */
.span3_3img UL { padding-left: 13px; }

/* Remove bullets, set margin of photos and set inline */
.span3_3img UL LI {
	float: left;
	margin: 0 22px 22px 0;
	list-style-type: none;
}

/* Remove margin from last item for proper row wrapping */
.span3_3img UL LI.last { margin-right: 0; }

/* Enforce image size  */
.span3_3img UL LI A IMG {
	width: 238px;
	height: 125px;
}
</style>
