#divnavigator {
 position: fixed;
 width:20px;
 right:20px;
 top:50%;
 background:transparent;
 color :#070707;
}

.navigator-item {
  height : 20px;
  padding-bottom:5px;	
  padding-top:5px;
}

.navigator-item a {
  height:100%;	
}

.navigator-item img {
  width:20px;
  height:30px;
  margin: auto;	
}

.div-rond {
	border: 1px solid #070707;
	-moz-border-radius: 50%;
	-webkit-border-radius: 390px;
	border-radius: 390px;
	width:10px;
	height:10px;
	margin:auto;
}



