.button {
	background-image: url(../imgs/buttons/moreInfo.gif);
	background-repeat: no-repeat;
	display: block;
	height: 63px;
	width: 220px;
	margin-left:-15px;
	margin-top:-20px;
}
.button span {
	display:none;
}
.button:hover {
	background-image: url(../imgs/buttons/moreInfo.gif);
	background-repeat: no-repeat;
	background-position: 0px -69px;
}
ul#sellBtn li {
	background: url(../imgs/buttons/lets-get-started.gif) 0px -5px no-repeat;
	display: block;
	height: 55px;
	width: 220px;
	overflow: hidden;
	left: 220px;
	position: relative;
	top: -65px;
}
ul#sellBtn li a {
	display: block;
	height: 55px;
	width: 220px;
}
ul#sellBtn li a:hover {
	background: url(../imgs/buttons/lets-get-started.gif) 0px -65px no-repeat;
	display:block;
	height: 55px;
	width: 220px;
}
ul#sellBtn li span {
	display: none;
}

