.tab-row {
	width:100%;
	float:left;
	margin-bottom:20px;
}

.tab-item {
	float:left;
	width:199px;
	margin-right:27px;
}

.tab-item img {
	float:left;
}

.tab-item p {
	float:left;
	width:100%;
	padding:0;
	background:url(../image/backgrounds/dotted-border.gif) repeat-x 0 bottom;
}

.tab-item .img-wrap {
	float:left;
	width:220px;
	height:143px;
	padding:0;
	border:2px solid #d6d6d6;
	overflow:hidden;
	background:none;
}

.tab-item .img-wrap {
	width:195px;
	height:184px;
}

.tab-item a {
	float:left;
	display:block;
	width:100%;
	color:#324956;
	font-size:1.18em;
	line-height:1.2em;
	padding:6px 0 9px 0;
	background:url(../image/backgrounds/arrow.png) no-repeat right 12px;
	text-decoration:none;
}

.tab-item a:hover,
.tab-item a.hovered {
	background-position:right -47px;
}