#payment-cards {
	width: 220px;
	float:right;
	position:relative;
	margin:auto;
	padding:0;
	display:inline;
}

.payment-cards ul {
}

.payment-cards li {
	display:inline-block;
	list-style:none;
	padding:2px;
	width:auto;
	float:left;
}

.payment-cards li.mastercard {
	background-image: url(https://staging.acipayonline.com/images/card-images/MasterCard-image-small.jpg);
	background-repeat: no-repeat;
	width: 30px;
	height: 19px;
}

.payment-cards li.amex {
	background-image: url(https://staging.acipayonline.com/images/card-images/Amex-image-small.jpg);
	background-repeat: no-repeat;
	width: 21px;
	height: 19px;
}

.payment-cards li.discover {
	background-image: url(https://staging.acipayonline.com/images/card-images/Discover-image-small.jpg);
	background-repeat: no-repeat;
	width: 31px;
	height: 19px;
}

.payment-cards li.visa {
	background-image: url(https://staging.acipayonline.com/images/card-images/Visa-image-small.jpg);
	background-repeat: no-repeat;
	width: 30px;
	height: 19px;
}

.payment-cards li.echeck {
	background-image: url(https://staging.acipayonline.com/images/card-images/eCheck-image-small.jpg);
	background-repeat: no-repeat;
	width: 37px;
	height: 19px;
}

.payment-cards li.moneygram {
	background-image: url(https://staging.acipayonline.com/images/card-images/MoneyGram-image-small.jpg);
	background-repeat: no-repeat;
	width: 83px;
	height: 16px;
}

.payment-cards li.paypal {
	background-image: url(https://staging.acipayonline.com/images/card-images/PayPal-Credit-image-small.jpg);
	background-repeat: no-repeat;
	width: 49px;
	height: 16px;
	padding-left:2px;
}
