.scroller_container {
	margin: 0 auto;
	position: relative;
	height: 300px;
	overflow: hidden;
	text-align: left;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
}
.scroller_container ul{ padding:0 6px;}
.scroller_container ul li{ padding:6px 0;}
.order_img{ float:left; width:60px;}
.order_img img{ width:55px; height:54px;}

.order_name{ float:right; width:128px;}
.scroller_container * {
	margin: 0;
	padding: 0;
}
.scroller_container ol {
	list-style: decimal;
	list-style-position: inside;
}
.scroller_container li {
	margin: 0 auto;
	list-style: none;
	line-height: 14px;
	border-bottom:1px dashed #eee;
}
.scroller_container li img {
	width: 60px;
	height: 60px;
	
}
.scroller, #scroller {
	text-align: center;
}
jscroller2_left, .jscroller_right, .jscroller2_left_endless, .jscroller2_right_endless {
	white-space: nowrap;
}
.order_name a{ line-height:13px; font-size:11px; height:26px; overflow:hidden; color:#666; display:block;}
.order_name a:hover{ text-decoration:underline; color:#666;}
.murecentorder{ font-size:11px; color:#333; padding-top:5px;}