/* Flourish */
#list_flourish *{
	-webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
	-ms-touch-action: none;
}
#list_flourish{
	position: absolute;
	left: 0;
	top: 0;
	width: 560px;
	height: 100%;
	overflow: hidden;
}
#list_flourish_base{
	position: absolute;
	left: 0;
	top: 0;
	width: 560px;
	height: 100%;
	overflow: hidden;
	/*background-color: #ddd;*/
	-webkit-overflow-scrolling: touch;
}
#list_flourish_base ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#list_flourish_handle{
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	overflow: hidden;
	cursor: move;
	/*background-color: #ddd;*/
}
#list_flourish_bar{
	position: absolute;
	top: 0;
	left: 0px;
	width: 20px;
	height: 0;
	background-color: #ccc;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}
