.vertical {
	width: 400px;
	height: 630px;
	overflow: hidden;
	position: relative;
}
.items {	
	position: absolute;
	height: 20000em;
}
.item a {
	padding: 13px 10px;
}
#actions {
	width: 200px;
	float: left;
	border-bottom: dashed 1px #cbcbbb;
	margin: 10px 0 20px 0;
}
#actions a {
	color: #6b6f36;
	font-size: 11px;
	font-weight: bold;
	width: 45px;
	cursor: pointer;
	border: none;
	padding: 5px;
}
#actions a:hover {
	color: #333;
	background: none;
}
#actions a.next {
	text-align: right;
	float: right;
} 
.disabled {
	visibility: hidden;
}

