@charset "UTF-8";

.Container {
	position: absolute;
	top: 85px;
	left: 20px;
	width: 450px;
	height: 335px;
	z-index: 99;
}
.Container-2 {
	position: absolute;
	top: 85px;
	left: 20px;
	width: 650px;
	height: 1050px;
	z-index: 99;
}
.Container-3 {
	position: absolute;
	top: 35px;
	left: 20px;
	width: 650px;
	height: 1000px;
	z-index: 99;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 450px;
	height: 335px;
}
#Scroller-2 {
	position: absolute;
	overflow: visible;
	width: 700px;
	height: 1000px;
}
#Scroller-1 p {
	margin: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: -6px;
}
.Scroller-Container {
	position: absolute;
	top: 85px;
	left: 480px;
	width: 439px;
}
#Scrollbar-Container {
	position: absolute;
	top: 85px;
	left: 473px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
	height: 315px;
	position: absolute;
	top: 10px;
	left: 0px;
	background-color: transparent;
	background-image: url(resources/vert-line.gif);
	background-repeat: repeat-y;
	background-position: center center;
	width: 12px;
}
.Scrollbar-Handle {
	position: absolute;
	width: 12px;
	height: 18px;
	left: -17px;
}
/* CSS Document */

.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 325px;
}
