/****************/
/* SCROLLER BOX */
/****************/

.scrollbox-section {
	position: relative;
	width: 400px;
	margin-top: 2px;
}

.left-scroller {
	position: absolute;
	top: 35%;
	left: 5px;
	z-index: 2;
}

.right-scroller {
	position: absolute;
	top: 35%;
	right: 5px;
	z-index: 2;
}

#scrollboxcontainer {
	position: relative;
	width: 380px;
	overflow: hidden;
}

#scroller {
}

.scrollboxcontent {
	font-size: 8pt;
}

.scrollboxcontent .hp_ohloop {
	text-align: left;
}


