#maniScreenshot {
	float: left;
	position: relative;	/* IE6 float fix */
	margin: 0px 50px 30px 0px;
	width: 256px;
	height: 561px;
}

#maniBarkShot {
	display: block;
	width: 256px;
	height: 561px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#maniBarkShot:hover {
	background-position: -256px 0px;
}

ul {
	list-style: inside;
	margin: 22px 0px 22px 0px;
}
