/**preloder**/
#preloaderContainer{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
#preloaderContainer .overlay , .overlay{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:5;
	background:#acacac;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#percent {
	background:url(../images/loader.gif) 0 0 no-repeat;
	width:70px;
	height:70px;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	margin:-35px 0 0 -35px;
	color:#fff;
	font: bold 12px Georgia;
	line-height:70px;
	z-index:123;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}


.disable{
opacity:0.5;
cursor:default !important;
}
.addCur{
cursor:pointer !important;
}
.removeCur{
cursor:default !important;
}



* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}


input[type=text] {
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}



/*ipad transparent tab highlight */
html, body, div, span, object,
form, input, h1, h2, button, label, a, img,canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  user-select:none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
   outline: none;
}
audio{
z-index:3;
position:absolute;
}
#wrapper{
	width:1000px;
	height:656px;
	position:relative;
	margin:0 auto;
	border:1px solid;	
}
#resistanceSlider,#capacitanceSlider{
position:relative;
cursor:pointer;
 //left:100px;
/*height:50px;
position:absolute;
border:1px solid; */
}
.floatClass{
float:left;
}
#capacitanceSlider{
//top:30px;
}
#canvasContainer{
width:200px;
height:248px;
position:relative;
 //left:100px;
 margin-top: 88px;
 margin-left: 38px;
border:1px solid;
}
#graph1{
position:absolute;
left:10px;
top:10px;
 width:150px;
 height:148px;
}
.graphOverText{
position:absolute;
left:10px;

width:40px;
height:12px;
border:1px solid;
}
#graphYVal{
position:absolute;
left:160px;
top:145px;
}
#graph1 >div{
	display:inherit !important;
}