﻿#main_panel {
width:100%; 
overflow:hidden; 
position:absolute; 
bottom:0px; 
top:51px;
}

#panel_holder{
width:200%; 
position:relative; 
top:0px; 
left:0px; 
height:100%;
overflow:auto;
}

#panel1, #panel2 {
	position:relative; 
	z-index:1;
	display:block; 
	float:left;
	width:50%;
	background:#fff;
	overflow:scroll;
	border:0px solid #aaa;
	height:100%;
    /*-webkit-overflow-scrolling: touch;*/
}

.scroller, .scroller2 {
	position:absolute; 
	z-index:1;
/*	-webkit-touch-callout:none;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	height:100%;
	padding:0;
}

#panelm {
	overflow:hidden;
}

.panelm_scroller
{
    width:1000px; 
    padding:0;
}

.iScrollHover {
	background:#444 !important;
	color:#eee !important;
}

.highlight { background-color:#ffff00; }

#content_page {
    -webkit-overflow-scrolling: touch;
    -webkit-touch-callout:none;
    background: White;
}

*:not(input):not(textarea) {
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
}

.ui-content {padding: 0px;}