/*
Paginator 3000
- idea by ecto (ecto.ru)
- coded by karaboz (karaboz.ru)
- modified by dzhus (dzhus.com)
*/
#paginator
{
	width: 760px;
	clear: both;
	margin: 0px auto;
}
.paginator
{
	margin-top: 60px;
	font-size: 1em;
	width: 100%;
}
.paginator TABLE
{
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}
.paginator TABLE TD
{
	padding: 0;
	white-space: nowrap;
	text-align: center;
}
.paginator SPAN
{
	display: block;
	padding: 3px 0;
	color: #FFF;
	margin-top: 50px;
}
.paginator SPAN STRONG, .paginator SPAN A
{
	text-decoration: none;
	color: #586C72;
	font: bold small Candara;
}
.paginator SPAN STRONG
{
	font-style: normal;
	font-weight: normal;
}
.paginator .scroll_bar
{
	width: 100%;
	position: relative;
	margin-top: 5px;
}
.paginator .scroll_trough
{
	width: 100%;
	height: 2px;
	background: #CCC;
	overflow: hidden;
}
.paginator .scroll_thumb
{
	position: absolute;
	z-index: 2;
	width: 0;
	height: 2px;
	top: 0;
	left: 0;
	background: #8BD9ED;
}
.paginator .scroll_knob
{
	position: absolute;
	top: -5px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: url(images/slider_knob.gif) no-repeat 50% 50%;
	cursor: pointer;
}
.paginator .current_page_mark
{
	position: absolute;
	z-index: 3;
	top: 0px;
	left: 0;
	height: 2px;
	overflow: hidden;
	background: #4DCBDB;
}
.fullsize .scroll_thumb
{
	display: none;
}
.paginator_pages
{
	width: 100%;
	text-align: right;
	font-size: 0.8em;
	color: #808080;
	margin-top: -10px;
}

