.minbox {
	margin-top: 0px; display: block; overflow: hidden; width: 12px; cursor: pointer;  height: 12px; background: transparent url(min.gif) no-repeat;
}
.maxbox {
	margin-top: 0px; display: block; overflow: hidden; width: 12px; cursor: pointer;  height: 12px; background: transparent url(max.gif) no-repeat;
}
A.minbox:hover {
	margin-top: 0px; display: block; overflow: hidden; width: 12px; cursor: pointer;  height: 12px; background: transparent url(min_highlight.gif) no-repeat;
}
A.maxbox:hover {
	margin-top: 0px; display: block; overflow: hidden; width: 12px; cursor: pointer;  height: 12px; background: transparent url(max_highlight.gif) no-repeat;
}