
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	display: block;
	background: url(../image/wishlish-compare-icon.png) left top no-repeat;
    width: 25px;
    height: 24px;
    position: absolute;
}
.product-list .wishlist a:hover {
	color: #333333;
	text-decoration: none;
	display: block;
	background: url(../image/wishlish-compare-icon.png) left bottom no-repeat;
    width: 25px;
    height: 24px;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	display: block;
	background: url(../image/wishlish-compare-icon.png) right top no-repeat;
    margin-left: 30px;
    width: 25px;
    height: 24px;
}
.product-list .compare a:hover {
	color: #333333;
	text-decoration: none;
	display: block;
	background: url(../image/wishlish-compare-icon.png) right bottom no-repeat;
    margin-left: 30px;
    width: 25px;
    height: 24px;
}
