/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 180px;	 
	width: 240px;
	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for he200ht */	
	height:90px;	
	margin: 0px;
}

/* single scrollable item */
.items div {
	
	margin:0px 0;
	padding-top:10px;
	padding-bottom:0px;
margin-left:5px;	
	padding-left:10px;
	
	vertical-align:top;
text-align:left;	

		font-size:12px;
	height:80px;
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:10px;
	
vertical-align:top;	
	font-size:16px;
	color:#456;
	font-weight:normal;
}

/* the action 
margin-top:15px;	buable */
#actions {
	width:240px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:11px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000000
}
prevPagee {
	float:left;
padding-left:18px;	
}	



.disabled {
	visibility:hidden;		
}

.items {	
	position:absolute;
	
	/* this time we have very large space for h90px/	
	height:20000em;	
	margin: 0px;
}


