/* Flourish */
#category_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;
}
#category_flourish{
	position: relative;
	width: 200px;
	height: 100%;
	overflow: hidden;
	opacity: 0.9;
	/*filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";*/
}
#category_flourish_base{
	position: absolute;
	left: 40px;
	top: 0;
	width: 160px;
	height: 100%;
	overflow: hidden;
	/*background-color: #eee;*/
}
#category_flourish_handle{
	position: relative;
	left: 0;
	top: 0;
	width: 80px;
	overflow: hidden;
	cursor: move;
	/*background-color: #666;*/
}
#category_flourish_bar{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 0;
	background-color: #ccc;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}
