﻿.panel {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: silver;
	overflow: hidden;
}
#viewport2 {
	position: relative;
	*width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
}
#mouseSwipeScroll {
	-webkit-user-select: none;
	-moz-user-select: none;
	position: relative;
	*width: 100%;
	height: 100%;
	margin: 0px;
	cursor: move;
}
