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