/* vertical */
/* start edit */
div.scroller {
	float: left;
	top: 0px;
	left: 0px;
	width: 310px; /* edit me */
	height: 380px; /* edit me */
	padding: 0;
	border: 0;
	
}
div.scroller .content {
	height: 380px; /* edit me */
	width: 280px; /* 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: 370px; /* edit me (ff: height - 18px - ie: height - 46px) */
}

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