#ind_li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	text-decoration:none;
	z-index:0px;
}

.product-listing, .product-listing-home {
	text-align:left;
	line-height:1;
	list-style-type:none;
	float:left;
	padding-left:0;
	z-index:0px;
}

.product-listing li, .product-listing-home li {
	float:left;
	height:86px;
	margin-bottom:1px;
	margin-right:1px;
	overflow:hidden;
	width:200px;
	position:relative;
	z-index:0px;
}

.product-listing li a, .product-listing-home li a {
	float:left;
	display:block;
	height:86px;
	width:200px;  
	color:#666 !important;
	position:relative;
	z-index:2;
}

.product-listing-home li a {
	color:#ddd !important
}

.product-listing li a:hover, .product-listing-home a:hover {
	text-decoration:none !important;
	background-color:transparent
}

.product-thumb {
	position:absolute;
	z-index:1;
	right:0;
	width:200px;
	height:86px;
	background-position:right center;
	background-repeat:no-repeat
}
