#scrollbox_holder {
	position: relative;
}
#scrollbox {
	overflow: hidden;
	position: relative;
	display: block;
	width: 340px;
	height: 478px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
}
#scrollbox_clip {
	position:absolute;
	top:0px;
	left:0px;
	padding-bottom: 40px;
}
.scrollbox_arrow {
	display: block;
	width: 7px;
	height: 4px;
	position: absolute;
	background-repeat:no-repeat;	
	left: 162px;
	z-index: 100;
}

.scrollbox_arrow.up {
	top: 3px;
	background-image:url(/images/scroll_arrow_up.gif);
}

.scrollbox_arrow.down {
	top: 511px;
	background-image:url(/images/scroll_arrow_down.gif);
}