#up, #down {
	position:relative;
	width:15px;
	height:15px;
	z-index: 3;
}

#track {
	position:relative;
	width:15px;
	height:230px;
	z-index: 1;
}

#drag {
	position:absolute;
	width:15px;
	height:5px;
	z-index: 2;
	cursor: n-resize;
}
#container {
	position:absolute;
	width:420px;
	height:260px;
	clip:rect(0,445px,260px,0);
	overflow:hidden;
}

#content {
	position:absolute;
	padding-left: 8px;
}

/* page index */

.index #container { width:490px; height:240px; clip:rect(0,500px,240px,0);}
.index #track { height:210px;}
