a.next{
	color:#020202;
	text-decoration:none;
	border:1px dashed #000000;
	padding:3px 15px 3px 3px;
	background:url('../images/rarrow.png') no-repeat 95% 50%;
	line-height:100px;
}
a.prev{
	color:#020202;
	text-decoration:none;
	border:1px dashed #000000;
	padding:3px 3px 3px 15px;
	background:url('../images/larrow.png') no-repeat 5% 50%;
	margin:0px 0px 0px 10px;
}
#content img{
	border:1px solid #000000;
}
td strong{
	white-space:nowrap;
}