* {
	padding:0px;
	margin:0px;
}

body {
	background:#999999;
	margin:20px;
}

#navi {

}

#navi .item {
	padding:10px;
	float:left;
	border:solid 1px #FFFFFF;
	z-index:1000;
	position:relative;
}

.current {
	background-color:#FFFFFF;
	height:40px;
	position:absolute;
	left:21px;
	top:21px;
	width:60px;
	opacity:0.6;
	z-index:0;
}

.clear {
	clear:both;
}

#move {
	z-index:100;
}

#move .left {
	position:absolute;
	left:0px;
	height:100%;
	width:20px;
	border:solid 1px #000000;
	background:#000000;
	z-index:10;
}

#move .right {
	position:absolute;
	right:0px;
	height:100%;
	width:20px;
	border:solid 1px #000000;
	background:#000000;
	z-index:10;
}