﻿#scrollup 
{
	position: absolute; top: 0px; cursor: hand; cursor: pointer;
}
#scrolldown 
{
	position: absolute; bottom: 0px; cursor: hand; cursor: pointer;
}
#scrollbar 
{
	position: absolute; top: 10px; /* arrowHeight + 1 */
}
#text 
{
	float: left;
	width: 660px;
	height: 415px;
	overflow: hidden;
}
#textnavcontainer 
{
	float: left;
	width: 9px;
	height: 415px;
}

#textnav 
{
	float: left;
	position: relative;
	background: #df9;
	width: 9px;
	height: 415px;
}

#textnav img 
{
	margin: 0px;
}

#textmargin 
{
	padding-right: 12px;
	height: inherit;
}