.paginator {
	float: left;
	font-size: 1em;
	width: 440px;
	}
.paginator table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	}
.paginator table td {
	padding: 0;
	text-align: center;
	white-space: nowrap;
	}
.paginator span {
	color: #fff;
	display: block;
	padding: 3px 0;
	}
.paginator span strong,
.paginator span a {
	padding: 4px 6px;
	}
.paginator span strong {
	background: #83A010;
	font-style: normal;
	font-weight: normal; 
	}
.paginator .scroll_bar {
	height: 20px;
	margin-top: 10px; 
	position: relative;
	width: 100%;	
	}
.paginator .scroll_trough {
	background: #ccc;
	height: 3px;
	overflow: hidden;
	width: 100%;	
	}
.paginator .scroll_thumb {
	background: #7a7a7a;
	font-size: 1px;
	height: 3px;
	left: 0;
	position: absolute;
	top: 0; 
	width: 0; 
	z-index: 2;
	}
.paginator .scroll_knob {
	background: url(images/slider_knob.gif) no-repeat 50% 50%;
	cursor: hand;
	cursor: pointer;
	height: 20px;
	left: 50%;
	margin-left: -10px;
	overflow: hidden;
	position: absolute;
	top: -5px; 
	width: 20px;
	}
.paginator .current_page_mark {
	background: #83A010;
	height: 3px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
	}
.fullsize .scroll_thumb {
	display: none;
	}
.paginator_pages {
	color: #808080;
	font-size: 0.8em; 
	margin-top: -10px; 
	text-align: right;
	width: 100%;
	}
