ul.autocolumn{
	width: 100%;
	padding: 0;
	margin: 0 0;
	list-style: none;
}
ul.autocolumn li {
	float: left;
	width: 150px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}
.autoblock {
	height: 140px;
	font-size: 1em;
	margin-right: 30px; /* Creates the gap between each column*/
	padding: 0 25px 30px 0;
	/* background: #e3e1d5; */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.autoblock h2 {
	font-size: 1.8em;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 9pt;
}
.autoblock h2 a {
	font-size: 13px;
	line-height: 9pt;
}
.autoblock img {
  /*Flexible image size with border*/
	/* width: 80%; */ /*Took 1% off of the width to prevent IE6 bug*/
	width: 100px;  /*Took 1% off of the width to prevent IE6 bug*/
	height:125px;
	padding: 0;
	background:#fff;
	border: none;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

