@charset "UTF-8";
/* CSS Document */

.Container {
	position: absolute;
	top: 150px;
	left: 476px;
	width: 420px;
	height: 320px;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 14px;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 420px;
	height: 320px;
}
#Scroller-1 p {
	text-indent: 0px;
	color: #D7721B;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
}
#Scrollbar-Container {
	position: absolute;
	top: 150px;
	left: 910px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
}
.Scrollbar-Track {
	width: 20px;
	height: 264px;
	position: absolute;
	top: 36px;
	left: 4px;
	background-color: transparent;
	background-image: url(../images/scroll_track.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.Scrollbar-Handle {
	position: absolute;
	width: 20px;
	height: 61px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  top: 320px;
}
