#productqtyuserfriendly{
	float:right;
	width:23px;
	height:30px;
}

	#productqtyuserfriendly span{
		background:url('../../../img/btn_quantity_product.png') no-repeat 0 -45px;
		height:15px;
		display:block;
		cursor:pointer; 
	}
	
		#productqtyuserfriendly span:hover{
			background-position:0 -30px;
		}

	#productqtyuserfriendly :FIRST-CHILD{
		background-position:0 -15px;
	}
	
		#productqtyuserfriendly :FIRST-CHILD:hover{
			background-position:0 0;
		}