/** home page cat listings should only show the first image */
/*****************************************************************************/
.homePage .catList {
	width: 260px;
	margin-right: 75px;
	float: left;
	height: 130px;
	margin-bottom: 10px;
}

.homePage .catList .title {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px solid #d3d4d5;
}


.homePage .catList .tableData{
	position: relative;
	width: 260px;

}

.homePage .catList .firstItem .web_image,
.homePage .catList .soleItem .web_image{
	float: right;
	position: absolute;
	right: 0px;
}

.homePage .catList .middleItem .web_image,
.homePage .catList .lastItem .web_image{
	display: none;
}
/*****************************************************************************/
