/*
 * Feature images.
 */
.feature		{ float: left; display: inline; width: 157px; height: 112px; margin: 0px 14px 13px; }
.large			{ width: 511px; height: 362px; margin: 0 0 5px 14px; }
#feature_4		{ margin-bottom: 0px; }

.feature img	{ display: block; width: 100%; height: 100%; }

/*
 * PREV / NEXT nav for the feature images.
 */
div.feature		{ position: relative; }
#feature_nav	{ position: absolute; left: 0px; bottom: 0px; padding: 0 0.2em 0.1em;
				  background: black; color: white; font-size: 0.65em; }
#feature_nav a	{ position: relative; color: white; text-decoration: none; }

