table#table_navigator {
	background-repeat: no-repeat;
}
td.nav_left {
	background: url(images/arrow_left.gif) no-repeat left center;
	text-align: left;
	width: 30px;
}
td.nav_right {
	background: url(images/arrow_right.gif) no-repeat right center;
	text-align: right;
	width: 30px;
}
td.nav_up {
	background: url(images/arrow_up.gif) no-repeat center top;
	vertical-align: top;
}
td.nav_down {
	background: url(images/arrow_down.gif) no-repeat center bottom;
	vertical-align: bottom;
}
a.button {
	border: 2px outset #888888;
	background-color: #EEEEEE;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	text-align: center;
	float: left;
	color: #000000;
}
a.button:hover {
	border-color: #ffa200;
}
a.button:active {
	border-color: #ffa200;
	border-style: inset;
}

a.navigate_vertical {
	display:block;
	height: 30px;
	line-height: 30px;
	width: 100%;
	cursor: pointer;
}

a.navigate_horizontal {
	display:block;
	width: 30px;
	line-height: 100px;
	height: 100px;
	cursor: pointer;
}
