﻿@charset "utf-8";

.iScrollHorizontalScrollbar {
	position: absolute;
	border-style:solid;
	background-color:rgba(255,255,255,0.75);
	border-color:rgba(0,0,0,1);
	border-width:2px;
	border-radius:4px;
	box-shadow:2px 2px 3px rgb(0,0,0);
	height: 7%;
	max-height:35px;
	min-height:22px;
	left:30%;
	right: 2px;
	bottom: 2px;
	top:1.8%;
	margin:0 auto;
	left:0;
	right:0;
	overflow: hidden;
	width:40%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
	opacity:1;
	z-index:999;
}


.iScrollHorizontalScrollbar.iScrollBothScrollbars {
	right: 18px;
}

.iScrollVerticalScrollbar {
	position: absolute;
	z-index: 9999;
	width: 1.9%;
	height:80%;
	max-width:50px;
	min-width:20px;
	bottom: 2px;
	top: 10%;
	right: 10px;
	overflow: hidden;
	border-style:solid;
	background-color:rgba(255,255,255,0.75);
	border-color:rgba(0,0,0,1);
	border-width:2px;
	border-radius:2px;
	box-shadow:1px 1px 1px rgb(0,0,0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility:hidden;
	opacity:1;
	z-index:7000;
}

.iScrollVerticalScrollbar.iScrollBothScrollbars {
	bottom: 18px;
	overflow:visible;
}


.iScrollIndicator {
	position: absolute;
	background: #cc3f6e;
	border-width: 2px;
	border-style: solid;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	border-color: #EB97B4 #7C2845 #7C2845 #EB97B4;
}

.iScrollHorizontalScrollbar .iScrollIndicator {
	height:100%;
	width:15%;
	border-style:none;
	background-color:rgba(150,170,225,1);
	z-index:30000;
	cursor:ew-resize
}

.iScrollVerticalScrollbar .iScrollIndicator {
	width: 100%;
	height:15%;
	border-style:none;
	background-color:rgba(150,170,225,1);
	cursor:ns-resize
}

#wrapper {
    position: absolute;
    margin: 0 auto;
    z-index: 7;
    width: 100%;
    height: 100%;
    min-width: 10%;
    top: 0%;
    left: 0%;
    overflow: hidden;
}

#scroller {
    position: absolute;
    z-index: 7;
    left: 0%;
    top: 0%;
    width: 800%;
    height: 100%;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
    color: #999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: all-scroll;
    border-style: none;
}
