/* position and dimensions of the navigator */.theme_navi {	height:20px;	position: relative;	z-index: 99;	left:20px;	top:-30px;}/* items inside navigator */.theme_navi a {	width:8px;	height:8px;	float:left;	margin:3px;	background:url(http://www.smartweb.sk/demo5/cache/images/navigator.png) 0 0 no-repeat;	display:inline;	font-size:1px;}/* mouseover state */.theme_navi a:hover {	background-position:0 -8px;      }/* active state (current page state) */.theme_navi a.active {	background-position:0 -16px;     }