.verticalscrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 165px;
	height:280px;

}

.verticalscrollable .items {
	/* this cannot be too large */
	height:20000em;
	position:absolute;
	clear:both;
        margin: 0px;
}


