ul.autocolumn2 {
	width: 100%;
	padding: 0;
	margin: 0 0;
	list-style: none;
}
ul.autocolumn2 li {
	float: left;
	width: 180px; /*Set default width*/
	padding: 0;
	margin: 0 0;
	display: inline;
}
.autoblock2 {
	height: 290px;
	font-size: 1em;
	margin-right: 15px; /* Creates the gap between each column*/
	margin-bottom: 20px;
	padding: 0 0 0 0;
	/*
	background: #efefef;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	 */
}
.autoblock2 p, .autoblock2 p.small {
	margin-top: 0;
	margin-bottom: 0;
	padding:0 0 3px 0;
	line-height: 15px;
}

.autoblock2 p.small {
	color:#777777;
}

.autoblock2 h2 {
	font-size: 1.8em;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: 15px;
}
.autoblock2 h2 a {
	font-size: 13px;
	line-height: 15px;
}
.autoblock2 img.item {
  /*Flexible image size with border*/
	width: 160px;  /*Took 1% off of the width to prevent IE6 bug*/
	height:200px;
	padding: 0;
	background:#fff;
	border: 1px dotted #ffffff;
	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;
}

