.navi {
	position: absolute;
	bottom: 10px; right: 10px;
	}

.navi a { 
	display: block; float: left;
	width: 8px; height: 8px; 
  margin: 3px; 
  background: url(../../images/dots.png) 0 0 no-repeat; 
  font-size: 1px; 
	} 
 
.navi a:hover { background-position: 0 -8px; }
.navi a.active { background-position: 0 -16px; }

.eyecatcher .items {
	width:20000em;
	position:absolute;
	clear:both;
	}

.eyecatcher img {
	float:left;
	background-color:#fff;
	cursor:pointer;
	}




