a.prev 
{
    visibility: hidden;
	display: block;
	font-size: 1px;
	background: url(../arrow/left.png) no-repeat;
	float: left;
	margin: 43px 5px; width: 18px; cursor: pointer; height: 18px;
	clear: none;
}
a.next 
{
    visibility: hidden;
	display: block; font-size: 1px;
	background: url(../arrow/left.png) no-repeat;
	float: left;
	margin: 43px 5px; width: 18px; cursor: pointer; height: 18px;
	clear: none;
}
a.prevpage {
	display: block;
	font-size: 1px;
	background: url(../arrow/left.png) no-repeat;
	float: left; margin: 43px 5px; width: 18px; cursor: pointer; height: 18px;
	clear: none;
}
a.nextpage {
	display: block;
	font-size: 1px;
	background: url(../arrow/left.png) no-repeat;
	float: left; margin: 43px 5px;
	width: 18px; cursor: pointer; height: 18px;
	clear: none;
}
a.prev:hover {
	background-position: 0px -5px
}
a.next:hover {
	background-position: 0px -5px
}
a.prevpage:hover {
	background-position: 0px -5px
}
a.nextpage:hover {
	background-position: 0px -5px
}
a.disabled {
	visibility: hidden! important;
	display:none;
}
a.next 
{
	clear: right; background-image: url(../arrow/right.png)
}
a.nextpage {
	clear: right; background-image: url(../arrow/right.png)
}
div.navi {
	margin-left: 305px; width: 200px; height: 20px;
	visibility: hidden;
}
div.navi a {
	display: block;
	clear: none;
	font-size: 1px;
	background: url(../arrow/navigator.png) no-repeat 0px 0px;
	float: left; margin: 3px; width: 8px; height: 8px
}
div.navi a:hover {
	background-position: 0px -8px
}
div.navi a.active {
	background-position: 0px -16px
}

