.item {
	width: 200px;
	float: left;
	position: relative;
	height: 280px;
	line-height: normal;
	margin: 0 7px 0 0;
}

.item img {
	border: 1px solid #e6e6e6;
	margin: 0 0 5px 0;
}

.item strong {
	display: block;
	clear: both;
	color: #24a3e1;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
}

.shift10Left {
	position: relative;
	left: 3px;
	top: 3px;
}