.collection-item {
		width: 211px;
		height: auto !important;
		height: 70px;
		min-height: 70px;
		padding: 5px 0px 10px 17px;
		margin: 0px 0px 15px 0px;
		background-color: transparent;
		background-image: url(../images/collection_item.gif);
		background-repeat: no-repeat;
		background-position: left center;
		overflow: hidden;
		}
	.collection-item.current {
		width: 211px;
		height: 80px;
		padding: 5px 14px 10px 17px;
		background-position: -300px center;
		}
	.sign-up.tall {
		height: 146px !important;
		}