div.sandwich {
	display: block;
	width: 300px;
	height: 17px;
}

div#bread-top {
	background-position: 0 bottom;
	background-repeat: no-repeat;
	height: 33px;
}

div#bread-top, div#spice1, div#spice2, div#spice3, div#condiment1, div#condiment2, div#veg1, div#veg2, div#veg3, div#veg4, div#cheese1, div#cheese2, div#meat1, div#meat2, div#meat3, div#meat4, div#bread-bottom {
	display: none;
}

div#spice1, div#spice2, div#spice3 {
	height: 8px;
}

div#bread-bottom {
	background-position: 0 top;
	background-repeat: no-repeat;
	height: 33px;
}
