div.nav-container {
	font-size: 0;
	height: 8px;
	bottom: 16px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 50;
	right: 0;
}

ul.rox-nav-buttons {
	font-size: 0;
	height: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.rox-nav-buttons li {
	display: inline-block;
	height: 8px;
	list-style: none;
	margin: 0;
	padding: 0 4px;
	width: 8px;
}

ul.rox-nav-buttons li a {
	background: url(../image/nav-links.png) no-repeat 0 0;
	cursor: pointer;
	display: inline-block;
	height: 8px;
	margin: 0;
	padding: 0;
	width: 8px;
}

ul.rox-nav-buttons li a.active, .ul.rox-nav-buttons li a.active:hover {
	background: url(../image/nav-links.png) no-repeat 0 -16px !important;
	cursor: default;
}

ul.rox-nav-buttons li a:hover {
	background: url(../image/nav-links.png) no-repeat 0 -8px;
}
