#showbox {
	background: rgb(238, 238, 238);
}
#showbox span {
	background: url("move.png");
}
#showsum {
	left: 25px; margin-top: 10px;
}
#showsum span {
	border: 1px solid rgb(221, 221, 221); border-image: none;
}
#showsum span.sel {
	border: 1px solid rgb(255, 102, 0); border-image: none;
}
.showpage {
	width: 550px; position: relative;
}
.showpage a {
	background: rgb(238, 238, 238); border: 1px solid rgb(221, 221, 221); border-image: none; left: 0px; top: -72px; width: 15px; height: 70px; text-align: center; color: rgb(153, 153, 153); line-height: 70px; font-size: 18px; text-decoration: none; display: block; position: absolute;
}
.showpage a#shownext {
	left: auto; right: 0px;
}
.showpage a:hover {
	background: rgb(204, 204, 204); color: rgb(119, 119, 119);
}
