.iscroll-page {
  /* Add any styles that you want on pages that use iScroll */
}

/* The wrapper is the element that contains the scroller. In the most typical usage, this
 * is .ui-content, but could be any element. */
.iscroll-wrapper {
    min-height:    0; 
    position: relative;   

    z-index:1;
	width:100%;
	height:95%;
	background:#FFFFFF;
	overflow:auto;	  
                    
}


.iscroll-scroller {
	position:relative; 
	z-index:1;
    /*-webkit-touch-callout:none;*/
	padding:0px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background:#FFFFFF;
	width:100%;	
}

.iscroll-scroller2 {
	position:relative; z-index:1;
    /*-webkit-touch-callout:none;*/
	padding:10px;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background:#FFFFFF;  
	width:800px;	
}

.iscroll-fixed {

}


.iscroll-content {
  /* Add any styles that you want to add to iscroll content */
  text-align:center;	
  margin-left: auto;
  margin-right: auto;
}
