.paginator {
	width: 250px;
	height: 32px;
	display:inline-block;
}

.paginator-frame {
	height:1px;
}

	.paginator-frame a {
		width: 18px;
		height: 16px;
		text-align: center;
		color: #00aeef;
		/*background: #fff;
		border: 1px solid #999;*/
		margin: 0px 3px;
		padding: 3px 0px;
		font-size: 12px;
	}
	.paginator-frame a.paginator-page-active {
		/*background: #ccc;*/
		color: #ff9f00;
		text-decoration: none;
	}
	.paginator-frame a:hover {
		/*background: #fff;
		color: #00f;
		border: 1px solid #00f;*/
	}

.paginator-scroller-form {
	height: 5px;
	background: url(paginator_bg.gif) 2px repeat-x;
}
	.paginator-scroller {
		/*background: #eee;*/
		border-right: 32px solid #00aeef;
		margin-left: -16px !important;
	}
