.shadowed {
	display: inline-block;
	position: relative;
	overflow:hidden;
}
.shadow {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.shadowRight { background: transparent url('/themes/StJohn/images/shadowRight.png') top right repeat-y; }
.shadowLeft { background: transparent url('/themes/StJohn/images/shadowLeft.png') top left repeat-y; }

