﻿

/* root element for scrollable */
.vertical2 {  	
	/* required settings */
	position:relative;
	overflow:hidden;	
	/* vertical scrollers have typically larger height than width */	
	height:157px;
	width:212px;
	margin:0 auto;
	overflow:hidden; 	
}

/* root element for scrollable items1 */
.items1 {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:100em; margin-top:10px; 
}


/* the action buttons above the scrollable */
.disabled {
	visibility:hidden;		
}
