#box-text {
	width: 260px;
	float: left;
	border-top: 70px solid #FFF;
}
#up {
	position:relative; 
	left: 0; 
	top: 0px;
	width: 20px;
	float: right;
	z-index:2; 
	cursor:pointer;
	clear: right;
}
#down {
	position:relative; 
	left: 0; 
	top: 210px;
	width: 20px;
	float: right; 
	z-index:5;
	cursor:pointer;
	clear: right;
}
#track {
	position:relative; 
	left:0; 
	top:0;
	width: 0;
	height: 0;
	z-index:3;
}
#drag {
	position:relative; 
	left:0; 
	top:0; 
	width: 0;
	height: 0;
	z-index:4; 
	cursor:pointer;
}
#contentMask {
	position:relative; 
	left:0; 
	top:0; 
	width: 240px; 
	height: 250px; 
	clip: rect(0,230px,250px,0); 
	overflow:hidden; 
	z-index:6;
	float: left;
	clear: both;
}
#content {
	position:relative; 
	left:0; 
	top:0; 
	width: 240px;
	text-align: left;
	padding: 0 0 15px 0;
	background: #e6e7e8;
}