#jflowWrap {
	position: relative;
	margin-bottom: 12px;
	height: 444px;
}

.hidden {
	display: none;
}
#prevNext {
margin-bottom: -2.5em;
}

#prevNext img {
	position: absolute;
	z-index: 999;
	cursor: pointer;
}
.jFlowPrev {
	behavior: url(iepngfix.htc);
	top: 0px;
	left: 0px;
	background: transparent url('http://www.patrickheritage.com/skins/Patrick/styleImages/prev.png') center left no-repeat;
	text-indent: -9999px;
	display: block;
	height: 444px;
	width: 424px;

}
.jFlowNext {
	behavior: url(iepngfix.htc);
	top: 0px;
	left: 424px;
	background: transparent url('http://www.patrickheritage.com/skins/Patrick/styleImages/next.png') center right no-repeat;
	text-indent: -9999px;
	display: block;
	height: 444px;
	width: 420px;

}