
/* position and dimensions of the navigator */
.navi {
	margin:10px 5px 0 55%;
	width:175px;
	height:20px;
	/*border-top:1px solid red;*/
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;
}

.navi2{
	font-size: 11px;
	position: absolute;
	right: 0px;
	bottom: 8px;
	width: 740px;
	text-align: right;
	padding-right: 117px;
}

/*.navi2 a {
	width:8px;
	height:8px;
	float:right;
	margin:3px;
	padding:3px;
	display:block;
	color:#666;
	text-align:center;
	cursor:pointer;
}*/
.navi2 a {
	width: 12px;
	height: 12px;
	float:right;
	margin:3px;
	padding: 4px 3px 2px 3px;
	display:block;
	color:#666;
	text-align:center;
	cursor:pointer;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
.navi2 a.active {
	background-color:#d2232a;
	color:#fff;
}