div#cfield {
	float: left;
	width: 300px;
	position: relative;
	margin: 10px 17px;
	left: -3px;
	display: inline-block;
  	*display: inline; /* ie6,7 */
  	*zoom: 1; /* ie6,7 */
}

div#cname {
	color: #ffffff;
	width: 295px;
	padding-left: 5px;
	background-color: rgba(11,11,11,0.6);
	position: absolute;
	bottom: 15px;
	left: -10px;
	font-family: 'Iceland', cursive;
}

div#cfield img:hover {
	border: solid 2px #efef22;
	border-radius: 0px;
	margin: -2px;
}

#cfield img {
	width: 300px;
	height: 186px;
}

div#afield {
	float: left;
	width: 300px;
	position: relative;
	margin: 10px 17px;
	left: -3px;
	display: inline-block;
  	*display: inline; /* ie6,7 */
  	*zoom: 1; /* ie6,7 */
}

div#aname {
	color: #ffffff;
	width: 295px;
	padding-left: 5px;
	background-color: rgba(11,11,11,0.6);
	position: absolute;
	bottom: 15px;
	left: -10px;
	font-family: 'Iceland', cursive;
}

div#afield img:hover {
	border: solid 2px #efef22;
	border-radius: 0px;
	margin: -2px;
}