/* outmost wrapper element, containing all elements  */
#scrollable, #reviews {
	background-color:#efefef;
	border:1px solid #ccc;
	padding:5px;
	width:145px;
	height:145px;
	-moz-border-radius:3px;
}

/* container for the scrollable items */
div.items {
	height:145px;	
	float:left;
	width:145px !important;
}

/* single item */
div.items span {
	background: #efefef;
	display:block;
	float:left;
	width:145px;
	height:145px;
	font-size:12px;
	color:#000;
	text-align:justify;
}

div.items span.name {
	font-size:11px;
	color:#000;
	font-style:italic;
	text-align:right;
	padding-top: 3px;
	height: 16px;
}
