.row{
	overflow:auto;
	background:url(/_images/dots-horz.png) transparent repeat-x left bottom;
}
.item{
	position:relative;
	float:left;
	width:200px;
	height:155px;
	padding:0 10px;
	
}
.item a.textLink{
	position:absolute;
	left:10px;
	bottom:20px;
	display:block;
	background:url(/_images/bullet-red-arrow.png) transparent no-repeat left 3px;
	padding:0 0 0 10px;
	text-decoration:underline;
	color:rgb(51,51,51);
}
.item img{
	margin:10px 0 7px 0;
}