.NinePatch
{
	width: 581px;
	height: 581px;
	overflow: hidden;
	border: solid 8px #005bbf;
	background-image: url(/images/Stitch.gif);
}
.NinePatchCell
{
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-color: Transparent;
	width: 183px;
	height: 183px;
}
.NinePatchCell A
{
	display: block;
	float: left;
	width: 183px;
	height: 183px;
}
.NinePatchCell A:hover img
{
	visibility: hidden;
}

.NinePatch A img
{
	width: 183px;
	height: 183px;
}
