
.paginator {	
	margin: 7px auto 7px auto;
	padding: 0;
	width: 520px;
	}

.paginator .active, .paginator .inactive {
	padding: 5px;
	margin: 5px;
	font-family: Arial;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	}

.paginator .active
	{
	color:#fff;
	border: 1px solid #1b77bd;
	background-color: #0e78c9;
	text-shadow: 0px 1px 1px #000;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.1, rgb(14,120,201)), color-stop(0.57, rgb(82,177,240)), color-stop(0.69, rgb(94,188,255)));
	background: -moz-linear-gradient(center bottom, rgb(14,120,201) 10%, rgb(82,177,240) 57%, rgb(94,188,255) 69%));
	}
		
.paginator .inactive
	{
	color: #606060;
	border: 1px solid #dbdbdb;
	text-shadow: 0px 1px 1px #fff;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0.12, rgb(218,218,218)), color-stop(0.73, rgb(230,230,230)));
	background: -moz-linear-gradient(center bottom, rgb(218,218,218) 12%, rgb(230,230,230) 73%));
	}