.scrollable .item.morsel {
	height:120px;
	width:194px;
	overflow:hidden;
	text-align:right;
	float:left;
	margin:0 0 0 17px;
	font-size:85%;
}
.scrollable .item.morsel .thumb {
	float:left;
	padding: 0 5px 13px;
	background:url(/images/objects/thumb_float_shadow.png) center bottom no-repeat; 
	margin-left:-5px;
}
.scrollable .thumb img {
	border:1px solid white;
}
.scrollable .item.morsel h3 {
	margin-top:0;
	text-align:left;
	font-size:11px;
}

a.scroll_more_options{
	display:block;
	text-align:center;
	padding:20px;
	clear:both;
}

