

ul.features > li {
	position: relative;
	padding-top: 150px;
}
.video-spot {
	display: none;
	height: 135px;
	width: 209px;
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	border: 1px solid rgb(153, 153, 153);
}
.thumb {
	display: block;
	position: absolute;
	z-index: 1000;
	cursor: pointer;
	height: 137px;
	width: 211px;
	top: 0;
	left: 0;
	border: 1px solid rgb(153, 153, 153);
}
.thumb img {
	height: 135px;
	width: 209px;
}
.iframe-ui {
	margin: 0;
	margin-top: -12px;
}
.3d {
	margin-top: -13px!important;
}
/* .hero */ .container.interactive {
	background: transparent url(/http/jchartfx.com/assets/images/figures/figure-hero-interactive3.png) no-repeat 485px -65px;
	height: 250px;
}
section.demo {
	background: #f8f8f8;
	padding: 40px 0;
}

.chart-holder {
	display:block;
	clear:both;
	float:none;
	height:auto;
	width:610px;
	margin:0 auto;
	padding:0 0 60px 0;
	margin-bottom:50px;
}
#ChartDiv {
    width:600px;
	height: 400px;
	display:block;
	padding:20px;
}
.live {
 display:block;
 position:relative;
}

.pointing-arrow {
  display: block;
  height: 130px;
  width: 40px;
  position: absolute;
  top: 36px;
  left: 160px;
  z-index: 888;
  opacity: 0.4;
}

.contextmenu select
{
    padding:0;
    display:inline-block;
    line-height:20px;}