div.pagination {
	margin-top: 4em;
}

.paginator {
	font-size: 1em;
}

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

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

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

.paginator span em,
.paginator span a {
	padding: 0 4px;
}

.paginator span em {
	background: #FFB329;
	font-style: normal;
}

.paginator .scrollbar {
	width: 100%;
	height: 20px;
	position: relative;
}

.paginator .scrollbar .line {
	width: 100%;
	height: 3px;
	background: #ccc;
	overflow: hidden;
}

.paginator .scrollbar .slider {
	position: absolute;
	width: 3px;
	height: 3px;
	top: 0;
	left: 0;
	font-size: 1px;
	background: #363636;
}

.paginator .scrollbar .current_page_point {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 3px;
	overflow: hidden;
	background: #ff6c24;
}

.paginator .scrollbar .slider_point {
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url("../gfx/slider.gif") no-repeat 50% 50%;
	cursor: pointer;
}

.fullsize  .scrollbar .slider {
	display: none;
}

div#totalPages {
	color: #666666;
	text-align: right;
	margin-top: -10px;
	font-size: .9em;
}

div#totalPages span.numPages {
	font-weight: bold;
	padding-left: 14px;
	background: url("../gfx/icons/page.png") no-repeat 0 6px;
}

