/* vertical */
/* start edit */
div.scroller {
	float: left;
	top: 0px;
	left: 0px;
	width: 270px; /* edit me */
	height: 400px; /* edit me */
	margin: 10px 0 0 0px;
	border: 0;
	background: none;
	
}
div.scroller .content {
	height: 400px; /* edit me */
	width: 240px; /* edit me */
	padding: 5px 5px 0 2px;
	overflow: hidden;
	float: left;
}
div.scroller .scrollarea {
	height: 398px; /* edit me */
	width: 9px;
	float: left;
	border-left: 1px solid #ddd;
	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: 382px; /* edit me (ff: height - 18px - ie: height - 46px) */
}