span#creditcards, span#paypal, span#handango {
	padding: 0;
	margin: 0;
}

#creditcards input {
    display: block;
    width: 190px;
	height: 42px;
    padding: 0 0 0 0;
    background: url("../images/credit_cards_rollover.png") top left no-repeat;
	background-position:  -190px 0;
    text-decoration: none;
	background-color: transparent;
  	border-style: none;
	cursor: pointer;
}

#paypal input {
    display: block;
    width: 106px;
	height: 42px;
    padding: 0 0 0 0;
    background: url("../images/paypal_rollover.png") top left no-repeat;
	background-position:  -106px 0;
    text-decoration: none;
	background-color: transparent;
  	border-style: none;
	cursor: pointer;
}

#handango a:link, #handango a:visited,#handango  a:active {
    display: block;
    width: 142px;
	height: 42px;
    padding: 0 0 0 0;
    background: url("../images/handango_rollover.png") top left no-repeat;
    text-decoration: none;
    background-position:  -142px 0;
	cursor: pointer;
}

