.right_over{
	background-image: url(first_over.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
}
.right{
	background-image:url(first.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	cursor:hand
}
.left_over{
	background-image: url(last_over.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	cursor:hand
}
.left{
	background-image: url(last.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	cursor:hand
}
.next_over{
	background-image: url(next_over.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	cursor:hand
}
.next{
	background-image: url(next.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	cursor:hand
}
.back_over{
	background-image:url(prev_over.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	cursor:hand
}
.back{
	background-image: url(prev.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 19px;
	cursor:hand
}
.num_over{
	background-image: url(numb-white.jpg);
	background-repeat: no-repeat;
	text-decoration:none;
	font-size:12px;
	color:#058450;
	height: 19px;
	width: 19px;
	cursor:hand
}
.num{
	background-repeat: no-repeat;
	text-decoration:none;
	font-size:12px;
	color:#001272;
	height: 19px;
	width: 19px;
	cursor:hand
}