/* outmost wrapper element */
div.scrollable {
	background-color:#fafafa;
	border:1px solid #ddd;
	padding:15px;
}
div.vertical {
	width:620px !important;
	height:320px;
	margin:25px auto 0 auto;
	text-align:justify;
}
div.vertical div.items {
	height:300px !important;
}
/* next / prev buttons */
a.prev {
	background: url(../images/up1.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:right;	
	margin:5px 0 0 20px;
	cursor:pointer;
}
a.prev:hover {
	background: url(../images/up2.png) no-repeat 0 0 !important;
}
a.next {
	background:url(../images/down1.png) no-repeat 0 0;
	display:block;
	width:18px;
	height:18px;
	float:right;	
	margin:5px 0 0 20px;
	cursor:pointer;
}
a.next:hover {
	background:url(../images/down2.png) no-repeat 0 0 !important;	
}






 	
