/* vertical */
/* start edit */
div.scroller {
	float: left;
	top: 0px;
	left: 0px;
	width: 310px; /* edit me */
	height: 390px; /* edit me */
	padding: 0px 0 0 0px;
	border: 0;
	background: none;
	
}
div.scroller .content {
	height: 380px; /* edit me */
	width: 300px; /* edit me */
	overflow: hidden;
	float: left;
}


div.scroller .scrollarea {
	height: 380px; /* edit me */
	width: 9px;
	float: left;
	border-left: 1px solid #ddd;
	margin: 0;
	cursor: pointer;
}

/* end edit */
* html div.scroller .content ul {
	margin-left: 0px; /* ie only */
}
* html div.scroller .content p {
	margin-left: 0px; /* ie only */
}

div.scroller div.scrollBarContainer {
	height: 360px; /* edit me (ff: height - 18px - ie: height - 46px) */
}

* html div.scroller div.scrollBarContainer {
	height: 340px; /* edit me (ff: height - 18px - ie: height - 46px) */
}