#PicNav {
	width: 695px;
	height: 35px;
	top: 300px;
	left: -17px;
	behavior: url(iepngfix.htc);
	position: relative;
}

#previous {
	background-image: url(../images/prev.png);
	width: 35px;
	height: 35px;
	float: left;
	behavior: url(iepngfix.htc);
}
#next {
	background-image: url(../images/next.png);
	width: 35px;
	height: 35px;
	float: right;
	behavior: url(iepngfix.htc);
}
