img.scrollup 
{
	position: absolute; top: 0px; cursor: hand; cursor: pointer;
}
img.scrolldown 
{
	position: absolute; bottom: 0px; cursor: hand; cursor: pointer;
}
img.scrollbar 
{
	position: absolute; top: 16px; /* arrowHeight + 1 */
}
div.text 
{
	float: left;
	width: 600px;
	height: 360px;
	overflow: hidden;
}

div.text_lrg
{
	float: left;
	width: 900px;
	height: 360px;
	overflow: hidden;
}

div.textnavcontainer 
{
	float: left;
	width: 30px;
	height: 360px;
}

div.textnav 
{
	float: left;
	position: relative;
	width: 12px;
	height: 360px;
	background: #222;
}

div.textnav img 
{
	margin: 0px;
}

div.textmargin 
{
	float: left;
	padding-right: 18px;
	height: inherit;
}