@charset "utf-8";
/* CSS Document */

.next-last{
	width:300px;
	height:30px;
	font-weight:bold;
	font-size:14px;
	margin:0 auto;
}
.next-last a{
	background:url(../images/bg-a-hover-next-last.jpg) center;
	background-repeat:repeat-x;
	text-decoration:none;
	color:#999;
	border:1px #CCC solid;
	margin-top:5px;
	font-size:14px;
	font-weight:normal;
	padding:4px;
}
.next-last a:hover{
	background:url(images/bg-a-hover-next-last.jpg) center;
	background-repeat:repeat-x;
	text-decoration:blink;
	color:#000;
	/*font-weight:bold;*/
}
.next-last a:active{
	color:#930;
	/*font-weight:bold;*/
}

