.vertical {
	BORDER-TOP: #ddd 1px solid; OVERFLOW: hidden; WIDTH: 300px; POSITION: relative; HEIGHT: 150px
}
.items {
	MARGIN: 0px; POSITION: absolute; HEIGHT: 20000em
}
.item {
	FONT-SIZE: 12px; BORDER-BOTTOM: #ddd 1px solid
}
#actions {
	WIDTH: 300px
}
#actions A {
	FONT-SIZE: 14px; CURSOR: pointer; COLOR: #fff
}
#actions A:hover {
	COLOR: #000; TEXT-DECORATION: underline
}
.disabled {
	VISIBILITY: hidden
}
.next {
	FLOAT: right
}
