#scroll-container {
		position: relative;
		height: 570px;
}
#content {
	position: absolute;
	top: 0;
	right: 30px;
	width: 570px;
	clip: rect(0px, 570px, 570px, 0px);
	padding-bottom: 20px;
	overflow: hidden;
}
#content p:first-child {
	margin-top: 0;
}
#track {
	position: absolute;
	right: -20px;
	top: 30px;
	width: 25px;
	height: 526px;
	background: url('../images/tajemniceimion/track.png') no-repeat;
}
#handle {
	position: absolute;
	right: 0px;
	top: 0;
	width: 25px;
	height: 12px;
	background: url('../images/tajemniceimion/handle.png') no-repeat;
}
#button-up {
	position: absolute;
	top: 0px;
	right: -20px;
	width: 25px;
	height: 30px;
	background: url('../images/tajemniceimion/arrow_t.png') no-repeat;
}
#button-down {
	position: absolute;
	top: 556px;
	right: -20px;
	width: 25px;
	height: 30px;
	background: url('../images/tajemniceimion/arrow_b.png') no-repeat;
}

