.button, .button2 {
	border:1px;
	float:right;
	white-space: nowrap;
	display: block;
	width: 76px;
	height: 37px;
	margin-top: 0px;
	padding: 0;
}
.button a, .button2 a {
	display: block;
	color: #000000;
	width: 38px;
	height: 37px;
	display: block;
}
.button img, .button2 img {
	width: 38px;
	height: 37px;
	border: 0
}
.button2 {
	width: 38px;
	margin-bottom: 5px;
	vertical-align:top
}
* html a:hover {
	visibility:visible
}
.button a:hover img, .button2 a:hover img {
	visibility:hidden
}
.button span, .button2 span {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
} 
#forward {
	vertical-align:top;
	background: url(../main/forward2.jpg) no-repeat;
	float:right;
}
#back {
	vertical-align:top;
	background: url(../main/back2.jpg) no-repeat;
	float:left;
}


