.paginator {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

.paginator table {
	width:100%;
	border-collapse: collapse;
	table-layout: fixed;
	}

.paginator table td {
	padding: 0;
	white-space: nowrap;
	text-align: center;
	}

.paginator span {
	display: block;
	padding: 3px 0;
	color: #ffffff;
	}

.paginator span strong, .paginator span a {
	padding: 2px 6px;
	}

.paginator span strong {
	background: #e65c00;
	font-style: normal;
	font-weight: normal; 
	}

.paginator .scroll_bar {
	width: 100%;
	height: 10px;
	position:relative;
	margin-top: 10px;
	}

.paginator .scroll_trough {
	width: 100%;
	height: 3px;
	background: #cccccc;
	overflow: hidden;
	}

.paginator .scroll_thumb {
	position: absolute;
	width: 0;
	height: 3px;
	top: 0;
	left: 0;
	z-index: 2;
	font-size: 1px;
	background: #363636;
	}

.paginator .scroll_knob {
	position: absolute;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	top: -5px;
	left: 50%;
	overflow: hidden;
	background: url(images/slider_knob.gif) no-repeat 50% 50%;
	cursor: pointer;
	cursor: hand;
	}

.paginator .current_page_mark {
	position: absolute;
	width: 0;
	height: 3px;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	background: #e65c00;
	}

.fullsize .scroll_thumb {
	display: none;
	}

.paginator_pages {
	width: 100%;
	margin-top: -10px; 
	text-align: right;
	font-size: 0.8em; 
	color: #808080;
	}


