/* Flourish */
#timeline_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;
	touch-action: none;
}
#timeline_flourish{
	position: relative;
	width: 260px;
	height: 100%;
	opacity: 1;
	/*overflow: hidden;*/
	/*filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";*/
}
#timeline_flourish_base{
	position: relative;
	margin: 0 0 0 25px;
	width: 235px;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow: hidden;
	/*background-color: #eee;*/
}
#timeline_container{
	margin: 0;
	padding: 0;
	list-style: none;
}
#timeline_flourish_handle{
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 100%;
	overflow: hidden;
	cursor: move;
	/*background-color: #666;*/
}
#timeline_flourish_bar{
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 0;
	background-color: #863;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
}
/* iPad */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    #timeline_flourish_base{
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #timeline_flourish_handle{
	width: 20px;
    }
}
