.basket {
	position: relative;	display: block;	float: right;		margin: 0;
	padding: 0;	
	width: 84px;
	height: 24px;
	background-image: url('images/sabad.png');
	background-repeat: no-repeat;
}

.add {background-position: left top;}
.add:hover {background-position: left bottom;}

.remove {background-position: center top;}
.remove:hover {background-position: center bottom;}

.confrim {background-position: right top;}
.confrim:hover {background-position: right bottom;}