
.pagination{
width: 834px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
float: left;
clear: both; 
position: relative; z-index: 9999;
padding: 0 0 0 52px; 
margin: 0;
height: 29px; 
left: 25px; 
}

/* position and dimensions of the navigator */
.navi {
	width: 150px; margin: 0 auto; margin-top: 7px;
}


/* items inside navigator */
.navi a {
	width: 19px; height: 19px; 
float: left; 
text-decoration: none; 
background: url(../images/toc.png) 0 0;
margin: 0 9px 0 0;
outline: none;
}

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

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